summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorMasahiro Yamada2019-01-24 11:47:30 +0100
committerMasahiro Yamada2019-02-13 15:25:58 +0100
commit769a1c02267854c48852532e5d7b595afcfe8dd7 (patch)
tree113b7e5663d84709585a8976668f8fa9d16215e6 /scripts/kconfig/expr.h
parentkconfig: rename zconf.l to lexer.l (diff)
downloadkernel-qcow2-linux-769a1c02267854c48852532e5d7b595afcfe8dd7.tar.gz
kernel-qcow2-linux-769a1c02267854c48852532e5d7b595afcfe8dd7.tar.xz
kernel-qcow2-linux-769a1c02267854c48852532e5d7b595afcfe8dd7.zip
kconfig: rename zconf.y to parser.y
Use a more logical name. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 999edb60cd53..8dde65bc3165 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -172,7 +172,7 @@ struct symbol {
* int "BAZ Value"
* range 1..255
*
- * Please, also check zconf.y:print_symbol() when modifying the
+ * Please, also check parser.y:print_symbol() when modifying the
* list of property types!
*/
enum prop_type {