From f319fb8bf6899e08bdb8d1e09a4e7a129dfa2312 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@medozas.de>
Date: Sun, 12 Oct 2008 15:53:01 -0400
Subject: [PATCH] ext4: fix kconfig typo and extra whitespace

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
---
 fs/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 40183d94b6834..f54a157a02968 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -170,8 +170,8 @@ config EXT4DEV_COMPAT
 	help
 	  Starting with 2.6.28, the name of the ext4 filesystem was
 	  renamed from ext4dev to ext4.  Unfortunately there are some
-	  lagecy userspace programs (such as klibc's fstype) have
-	  "ext4dev" hardcoded.  
+	  legacy userspace programs (such as klibc's fstype) have
+	  "ext4dev" hardcoded.
 
 	  To enable backwards compatibility so that systems that are
 	  still expecting to mount ext4 filesystems using ext4dev,
-- 
GitLab