Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thorsten Blum and committed by
Masahiro Yamada
cdb1e767 bf98f6d1

+1 -1
+1 -1
scripts/kconfig/nconf.c
··· 467 467 return; 468 468 } 469 469 470 - /* return != 0 to indicate the key was handles */ 470 + /* return != 0 to indicate the key was handled */ 471 471 static int process_special_keys(int *key, struct menu *menu) 472 472 { 473 473 int i;