aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.y
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-10-05 05:06:48 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-12 23:56:45 +0900
commitc873443430ebd18618089c5d6ed859f9e388e988 (patch)
tree42b502e90521239ca29b7efd4f370a1c256a67d3 /scripts/kconfig/zconf.y
parentkconfig: Document the 'symbol' struct (diff)
downloadlinux-dev-c873443430ebd18618089c5d6ed859f9e388e988.tar.xz
linux-dev-c873443430ebd18618089c5d6ed859f9e388e988.zip
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 <ulfalizer@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/zconf.y')
-rw-r--r--scripts/kconfig/zconf.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y
index c8f396c3b190..4b2cf4167415 100644
--- a/scripts/kconfig/zconf.y
+++ b/scripts/kconfig/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"
%}