diff options
author | John Naylor | 2022-08-18 02:45:05 +0000 |
---|---|---|
committer | John Naylor | 2022-08-18 02:45:05 +0000 |
commit | 3f5dbcb5fe0bd68df7e5de5e95e10b3b892c43b2 (patch) | |
tree | f758af7c0273dcf33bd5f3985bcd3c1b8e415715 | |
parent | c920fe48181d81ce218faa746f8af92c41d03b2e (diff) |
Update comment in gramparse.h
src/common/keywords.c hasn't included this header since afb0d0712.
-rw-r--r-- | src/include/parser/gramparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index d9d4ac57ec0..41b753a96c6 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -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. * * |