diff options
author | Marcus Hoffmann <m.hoffmann@cartelsol.com> | 2017-07-28 01:02:26 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-07-29 00:46:13 +0200 |
commit | ef47a481376b0b209a2003e4f8e23209b25800a6 (patch) | |
tree | 85d4ceb624a1da40e1cdc0e828ce5debbb49d552 /fs | |
parent | 29f0bd345bde90fcf0060c33623ade34fa9c288c (diff) | |
download | buildroot-ef47a481376b0b209a2003e4f8e23209b25800a6.tar.gz buildroot-ef47a481376b0b209a2003e4f8e23209b25800a6.zip |
fs/ext2: fix typo
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext2/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in index 05c9e48098..3884b08b76 100644 --- a/fs/ext2/Config.in +++ b/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. |