2009-07-18 11:56:59

by Manish Katiyar

[permalink] [raw]
Subject: [PATCH] ext4: Fix typo in ext4/Kconfig

Fix typo in ext4/Kconfig

Signed-off-by: Manish Katiyar <[email protected]>
---
fs/ext4/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 418b6f3..1523046 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -37,7 +37,7 @@ config EXT4DEV_COMPAT

To enable backwards compatibility so that systems that are
still expecting to mount ext4 filesystems using ext4dev,
- chose Y here. This feature will go away by 2.6.31, so
+ choose Y here. This feature will go away by 2.6.31, so
please arrange to get your userspace programs fixed!

config EXT4_FS_XATTR
--
1.6.0.4


--
Thanks -
Manish


2009-07-28 01:42:28

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH] ext4: Fix typo in ext4/Kconfig

On Sat, Jul 18, 2009 at 05:26:39PM +0530, Manish Katiyar wrote:
> Fix typo in ext4/Kconfig
>
> Signed-off-by: Manish Katiyar <[email protected]>

Thanks, applied.

- Ted