fs: fix typo 'dumm'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Aug 2018 13:52:14 +0000 (15:52 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 13 Aug 2018 18:03:52 +0000 (14:03 -0400)
%s/dumm /dummy /

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fs.c

diff --git a/fs/fs.c b/fs/fs.c
index 33808d5..cb68e81 100644 (file)
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -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.
         */