diff options
Diffstat (limited to 'contrib/seg/segparse.y')
| -rw-r--r-- | contrib/seg/segparse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y index 2fef7a1128..86640d7e51 100644 --- a/contrib/seg/segparse.y +++ b/contrib/seg/segparse.y @@ -7,7 +7,7 @@ #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 */ extern int yylex(void); /* defined as seg_yylex in segscan.l */ |
