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)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 20:46:08 +0000 (21:46 +0100)
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.y

index 79c4f04f72fa819bfdb7548a736f1c16fcf37ec8..3e96cdf4d919f66af18ef66fa158d66ae0626e3e 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"
 %}