diff options
Diffstat (limited to 'contrib/tsearch/query.c')
-rw-r--r-- | contrib/tsearch/query.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tsearch/query.c b/contrib/tsearch/query.c index 9d5e126c5b..8253787320 100644 --- a/contrib/tsearch/query.c +++ b/contrib/tsearch/query.c @@ -79,7 +79,7 @@ typedef struct char *buf; int4 state; int4 count; - /* reverse polish notation in list (for temprorary usage) */ + /* reverse polish notation in list (for temporary usage) */ NODE *str; /* number in str */ int4 num; @@ -247,7 +247,7 @@ pushval_morph(QPRS_STATE * state, int typeval, char *strval, int lenval) #define STACKDEPTH 32 /* - * make polish notaion of query + * make polish notation of query */ static int4 makepol(QPRS_STATE * state, void (*pushval) (QPRS_STATE *, int, char *, int)) |