diff options
author | Heinrich Schuchardt | 2018-08-11 15:52:14 +0200 |
---|---|---|
committer | Tom Rini | 2018-08-13 14:03:52 -0400 |
commit | ca230b094e6379301eb06faeb0f4e868b238e0ed (patch) | |
tree | 9d43d0327e9d15338b226581b4bb84ea483830be /fs/fs.c | |
parent | 7a5fbfe64154c7474a9af2f3ff0a57ea2089fd87 (diff) |
fs: fix typo 'dumm'
%s/dumm /dummy /
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'fs/fs.c')
-rw-r--r-- | fs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ struct fstype_info { * Is it legal to pass NULL as .probe()'s fs_dev_desc parameter? This * should be false in most cases. For "virtual" filesystems which * aren't based on a U-Boot block device (e.g. sandbox), this can be - * set to true. This should also be true for the dumm entry at the end + * set to true. This should also be true for the dummy entry at the end * of fstypes[], since that is essentially a "virtual" (non-existent) * filesystem. */ |