diff mbox

[1/2] fs/ext2: fix typo

Message ID 20170727230227.1097-1-m.hoffmann@cartelsol.com
State Accepted
Headers show

Commit Message

Marcus Hoffmann July 27, 2017, 11:02 p.m. UTC
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
---
 fs/ext2/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle July 28, 2017, 10:49 p.m. UTC | #1
On 28-07-17 01:02, Marcus Hoffmann wrote:
> Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>


 Both applied to master, thanks.

 Regards,
 Arnout
diff mbox

Patch

diff --git a/fs/ext2/Config.in b/fs/ext2/Config.in
index 05c9e4809..3884b08b7 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.