From: Ulf Magnusson Date: Thu, 5 Oct 2017 03:06:48 +0000 (+0200) Subject: kconfig: Sync zconf.y with zconf.tab.c_shipped X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=e883bce8f6d0db8af1ef71e04a021e055db9ef14 kconfig: Sync zconf.y with zconf.tab.c_shipped 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 Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter --- diff --git a/config/zconf.y b/config/zconf.y index 79c4f04..3e96cdf 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -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" %}