kconfig: Sync zconf.y with zconf.tab.c_shipped
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 5 Oct 2017 03:06:48 +0000 (05:06 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 12 Dec 2017 14:56:45 +0000 (23:56 +0900)
Looks like a change to a comment in zconf.y was never committed, because
the updated version only appears it zconf.tab.c_shipped. Update the
comment in zconf.y to match.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/zconf.y

index c8f396c3b190ed1cc28acc2947eeb9255d6bff74..4b2cf4167415d8e7e99acddc2365e23b6f637e33 100644 (file)
@@ -101,7 +101,7 @@ static struct menu *current_menu, *current_entry;
 } if_entry menu_entry choice_entry
 
 %{
-/* Include zconf_id.c here so it can see the token constants. */
+/* Include kconf_id.c here so it can see the token constants. */
 #include "kconf_id.c"
 %}