From 3f5dbcb5fe0bd68df7e5de5e95e10b3b892c43b2 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Thu, 18 Aug 2022 09:45:05 +0700 Subject: [PATCH] Update comment in gramparse.h src/common/keywords.c hasn't included this header since afb0d0712. --- src/include/parser/gramparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index d9d4ac57ec..41b753a96c 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. * *