Update comment in gramparse.h
authorJohn Naylor <[email protected]>
Thu, 18 Aug 2022 02:45:05 +0000 (09:45 +0700)
committerJohn Naylor <[email protected]>
Thu, 18 Aug 2022 02:45:05 +0000 (09:45 +0700)
src/common/keywords.c hasn't included this header since afb0d0712.

src/include/parser/gramparse.h

index d9d4ac57ec01e8eacc9c93d9c35ac9130e474740..41b753a96c62e3ac27e73123d321cca4341001c0 100644 (file)
@@ -4,7 +4,7 @@
  *     Shared definitions for the "raw" parser (flex and bison phases only)
  *
  * NOTE: this file is only meant to be included in the core parsing files,
- * ie, parser.c, gram.y, scan.l, and src/common/keywords.c.
+ * i.e., parser.c, gram.y, and scan.l.
  * Definitions that are needed outside the core parser should be in parser.h.
  *
  *