kconfig: nconf: Fix typo in function comment

s/handles/handled/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
pull/1094/head
Thorsten Blum 2024-10-19 23:17:47 +02:00 committed by Masahiro Yamada
parent bf98f6d108
commit cdb1e767c8
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ static void handle_f9(int *key, struct menu *current_item)
return; 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) static int process_special_keys(int *key, struct menu *menu)
{ {
int i; int i;