diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-05 05:06:48 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-12 23:56:45 +0900 |
commit | c873443430ebd18618089c5d6ed859f9e388e988 (patch) | |
tree | 42b502e90521239ca29b7efd4f370a1c256a67d3 /scripts | |
parent | 52aede4ba5efd159a6c5f4a0c25586cb26e7befc (diff) | |
download | talos-op-linux-c873443430ebd18618089c5d6ed859f9e388e988.tar.gz talos-op-linux-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')
-rw-r--r-- | scripts/kconfig/zconf.y | 2 |
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" %} |