aboutsummaryrefslogtreecommitdiff
path: root/contrib/seg/segscan.l
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/segscan.l')
-rw-r--r--contrib/seg/segscan.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/seg/segscan.l b/contrib/seg/segscan.l
index 271168d9f16..c0962eca8c5 100644
--- a/contrib/seg/segscan.l
+++ b/contrib/seg/segscan.l
@@ -5,11 +5,10 @@
#include "postgres.h"
-#include "segparse.h"
#include "buffer.h"
-/* flex screws a couple symbols when used with the -P otion; fix those */
+/* flex screws a couple symbols when used with the -P option; fix those */
#define YY_DECL int seg_yylex YY_PROTO(( void )); \
int seg_yylex YY_PROTO(( void ))
#define yylval seg_yylval