projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f0bd3
)
fs/ext2: fix typo
author
Marcus Hoffmann
<m.hoffmann@cartelsol.com>
Thu, 27 Jul 2017 23:02:26 +0000
(
01:02
+0200)
committer
Arnout 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
patch
|
blob
|
history
diff --git
a/fs/ext2/Config.in
b/fs/ext2/Config.in
index 05c9e4809811a63c0be89ab45f7267dbae3aaf1c..3884b08b76860cfb0210b62a161d73126f7d2772 100644
(file)
--- 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 blocks
i
), 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.