Przeglądaj źródła

fs/ext2: fix typo

Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Marcus Hoffmann 8 lat temu
rodzic
commit
ef47a48137
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      fs/ext2/Config.in

+ 1 - 1
fs/ext2/Config.in

@@ -64,7 +64,7 @@ config BR2_TARGET_ROOTFS_EXT2_RESBLKS
 	default 5
 	help
 	  The number of blocks on the filesystem (as a percentage of the
-	  total number of blocksi), that are reserved for use by root.
+	  total number of blocks), that are reserved for use by root.
 	  Traditionally, this has been 5%, and all ext-related tools still
 	  default to reserving 5% when creating a new ext filesystem.