]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
fs/ext2: fix typo
authorMarcus Hoffmann <m.hoffmann@cartelsol.com>
Thu, 27 Jul 2017 23:02:26 +0000 (01:02 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 28 Jul 2017 22:46:13 +0000 (00:46 +0200)
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
fs/ext2/Config.in

index 05c9e4809811a63c0be89ab45f7267dbae3aaf1c..3884b08b76860cfb0210b62a161d73126f7d2772 100644 (file)
@@ -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.