From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Sat, 11 Aug 2018 13:52:14 +0000 (+0200)
Subject: fs: fix typo 'dumm'
X-Git-Tag: v2025.01-rc5-pxa1908~3766
X-Git-Url: http://git.dujemihanovic.xyz/img/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=ca230b094e6379301eb06faeb0f4e868b238e0ed;p=u-boot.git

fs: fix typo 'dumm'

%s/dumm /dummy /

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

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.
 	 */