diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/pgc.l')
-rw-r--r-- | src/interfaces/ecpg/preproc/pgc.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index 92ea37e6f6c..4d31f3bbe40 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -344,7 +344,7 @@ cppinclude_next {space}*#{include_next}{space}* /* take care of cpp lines, they may also be continuated */ /* first a general line for all commands not starting with "i" */ /* and then the other commands starting with "i", we have to add these - * seperately because the cppline production would match on "include" too */ + * separately because the cppline production would match on "include" too */ cppline {space}*#([^i][A-Za-z]*|{if}|{ifdef}|{ifndef}|{import})(.*\\{space})*.*{newline} /* |