]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
kconfig: nconf: Fix typo in function comment
authorThorsten Blum <thorsten.blum@linux.dev>
Sat, 19 Oct 2024 21:17:47 +0000 (23:17 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
s/handles/handled/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/nconf.c

index 063b4f7ccbdb369b96a01a9413f8ade5393beea9..c0b2dabf6c894fcdf6ac1fa651e5506bb7ac1c77 100644 (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;