[U-Boot] [PATCH 1/1] fs: fix typo 'dumm'

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Aug 11 13:52:14 UTC 2018


%s/dumm /dummy /

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 fs/fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fs.c b/fs/fs.c
index 33808d549e..cb68e81cd3 100644
--- 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.
 	 */
-- 
2.18.0



More information about the U-Boot mailing list