Commit bc4911bb authored by Neil Conway's avatar Neil Conway

Fix two typos in comments.

parent 87438cb9
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "cubedata.h" #include "cubedata.h"
#undef yylex /* falure to redefine yylex will result in a call to the */ #undef yylex /* failure to redefine yylex will result in a call to the */
#define yylex cube_yylex /* wrong scanner when running inside the postgres backend */ #define yylex cube_yylex /* wrong scanner when running inside the postgres backend */
extern int yylex(void); /* defined as cube_yylex in cubescan.l */ extern int yylex(void); /* defined as cube_yylex in cubescan.l */
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "segdata.h" #include "segdata.h"
#undef yylex /* falure to redefine yylex will result in calling the */ #undef yylex /* failure to redefine yylex will result in calling the */
#define yylex seg_yylex /* wrong scanner when running inside postgres backend */ #define yylex seg_yylex /* wrong scanner when running inside postgres backend */
extern int yylex(void); /* defined as seg_yylex in segscan.l */ extern int yylex(void); /* defined as seg_yylex in segscan.l */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment