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>
This commit is contained in:
Thorsten Blum 2024-10-19 23:17:47 +02:00 committed by Masahiro Yamada
parent bf98f6d108
commit cdb1e767c8

View File

@ -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;