From: Thorsten Blum Date: Sat, 19 Oct 2024 21:17:47 +0000 (+0200) Subject: kconfig: nconf: Fix typo in function comment X-Git-Tag: v6.13-rc1~16^2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb1e767c8db704965e0ca13f6e91a94a5d6cfb1;p=thirdparty%2Fkernel%2Flinux.git kconfig: nconf: Fix typo in function comment s/handles/handled/ Signed-off-by: Thorsten Blum Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 063b4f7ccbdb3..c0b2dabf6c894 100644 --- 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 handles */ +/* return != 0 to indicate the key was handled */ static int process_special_keys(int *key, struct menu *menu) { int i;