diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2009-02-10 14:50:34 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-03-26 02:18:38 +0100 |
commit | 620372a9ffc6f1239a4f379ff145de9e4b5d23ba (patch) | |
tree | 9cbd28499871cf86fd253b1d8a4d62e322b75be6 | |
parent | 268157ba673e2a868c167211e39fcad4ada5fd1e (diff) | |
download | op-kernel-dev-620372a9ffc6f1239a4f379ff145de9e4b5d23ba.zip op-kernel-dev-620372a9ffc6f1239a4f379ff145de9e4b5d23ba.tar.gz |
trivial: fix typos/grammar errors in fs/Kconfig
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r-- | fs/quota/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index d9750d8..8047e01 100644 --- a/fs/quota/Kconfig +++ b/fs/quota/Kconfig @@ -33,7 +33,7 @@ config PRINT_QUOTA_WARNING Note that this behavior is currently deprecated and may go away in future. Please use notification via netlink socket instead. -# Generic support for tree structured quota files. Seleted when needed. +# Generic support for tree structured quota files. Selected when needed. config QUOTA_TREE tristate |