diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-08-21 20:02:13 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-23 09:35:36 +0200 |
commit | 52288b6646ee4b1f3b97b5b64e4e84652c2a9bbe (patch) | |
tree | 3ca6bbdf6844f0b6767307e29c1b0ca141370af1 /lib | |
parent | 6580a67b9b67a9d3aac0ad5cb0b775cba6f9a1cf (diff) | |
download | linux-3.10-52288b6646ee4b1f3b97b5b64e4e84652c2a9bbe.tar.gz linux-3.10-52288b6646ee4b1f3b97b5b64e4e84652c2a9bbe.tar.bz2 linux-3.10-52288b6646ee4b1f3b97b5b64e4e84652c2a9bbe.zip |
lib: Kconfig.debug: Typo remove extra "it"
The patch below removes an extra "it" in the comment.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index c0cb9c4bc46..1b11409b5f5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -835,7 +835,7 @@ config DEBUG_CREDENTIALS # # Select this config option from the architecture Kconfig, if it -# it is preferred to always offer frame pointers as a config +# is preferred to always offer frame pointers as a config # option on the architecture (regardless of KERNEL_DEBUG): # config ARCH_WANT_FRAME_POINTERS |