diff options
Diffstat (limited to 'src/include/snowball/header.h')
-rw-r--r-- | src/include/snowball/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/snowball/header.h b/src/include/snowball/header.h index 3ede1a01148..bd87177cd70 100644 --- a/src/include/snowball/header.h +++ b/src/include/snowball/header.h @@ -4,7 +4,7 @@ * Replacement header file for Snowball stemmer modules * * The Snowball stemmer modules do #include "header.h", and think they - * are including snowball/libstemmer/header.h. We adjust the CPPFLAGS + * are including snowball/libstemmer/header.h. We adjust the CPPFLAGS * so that this file is found instead, and thereby we can modify the * headers they see. The main point here is to ensure that pg_config.h * is included before any system headers such as <stdio.h>; without that, |