projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf98f6d
)
kconfig: nconf: Fix typo in function comment
author
Thorsten Blum
<thorsten.blum@linux.dev>
Sat, 19 Oct 2024 21:17:47 +0000
(23:17 +0200)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000
(08:46 +0900)
s/handles/handled/
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/nconf.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/nconf.c
b/scripts/kconfig/nconf.c
index 063b4f7ccbdb369b96a01a9413f8ade5393beea9..c0b2dabf6c894fcdf6ac1fa651e5506bb7ac1c77 100644
(file)
--- a/
scripts/kconfig/nconf.c
+++ b/
scripts/kconfig/nconf.c
@@
-467,7
+467,7
@@
static void handle_f9(int *key, struct menu *current_item)
return;
}
-/* return != 0 to indicate the key was handle
s
*/
+/* return != 0 to indicate the key was handle
d
*/
static int process_special_keys(int *key, struct menu *menu)
{
int i;