mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
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:
parent
bf98f6d108
commit
cdb1e767c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user