diff mbox series

kconfig: nconf: Fix typo in function comment

Message ID 20241019211747.110140-2-thorsten.blum@linux.dev (mailing list archive)
State New
Headers show
Series kconfig: nconf: Fix typo in function comment | expand

Commit Message

Thorsten Blum Oct. 19, 2024, 9:17 p.m. UTC
s/handles/handled/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 scripts/kconfig/nconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Oct. 23, 2024, 7:54 a.m. UTC | #1
On Sun, Oct 20, 2024 at 6:18 AM Thorsten Blum <thorsten.blum@linux.dev> wrote:
>
> s/handles/handled/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---

Applied to linux-kbuild. Thanks.


>  scripts/kconfig/nconf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
> index 063b4f7ccbdb..c0b2dabf6c89 100644
> --- a/scripts/kconfig/nconf.c
> +++ b/scripts/kconfig/nconf.c
> @@ -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;
> --
> 2.47.0
>
diff mbox series

Patch

diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index 063b4f7ccbdb..c0b2dabf6c89 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -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;