diff options
Diffstat (limited to 'contrib/pg_trgm/trgm_op.c')
-rw-r--r-- | contrib/pg_trgm/trgm_op.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c index 4679efe6568..07a31803786 100644 --- a/contrib/pg_trgm/trgm_op.c +++ b/contrib/pg_trgm/trgm_op.c @@ -467,7 +467,7 @@ comp_ptrgm(const void *v1, const void *v2) * ulen1: count of unique trigrams of array "trg1". * len2: length of array "trg2" and array "trg2indexes". * len: length of the array "found". - * lags: set of boolean flags parametrizing similarity calculation. + * lags: set of boolean flags parameterizing similarity calculation. * bounds: whether each trigram is left/right bound of word. * * Returns word similarity. @@ -632,7 +632,7 @@ iterate_word_similarity(int *trg2indexes, * * str1: search pattern string, of length slen1 bytes. * str2: text in which we are looking for a word, of length slen2 bytes. - * flags: set of boolean flags parametrizing similarity calculation. + * flags: set of boolean flags parameterizing similarity calculation. * * Returns word similarity. */ |