mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 07:53:11 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue