diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-07-01 10:00:23 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-07-01 10:00:23 +0900 |
commit | c74d49d41c9e0fabeb1179dcabfb3137833ed831 (patch) | |
tree | d5406f4f6578181174e178c68ba320ac9395648a /contrib/pg_trgm/trgm_regexp.c | |
parent | 459c3cdb4ad8323bfe6bcae0186a3831e0c89c94 (diff) |
Fix many typos and inconsistencies
Author: Alexander Lakhin
Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
Diffstat (limited to 'contrib/pg_trgm/trgm_regexp.c')
-rw-r--r-- | contrib/pg_trgm/trgm_regexp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/pg_trgm/trgm_regexp.c b/contrib/pg_trgm/trgm_regexp.c index 9ee8a54a8da..c239d8cea6e 100644 --- a/contrib/pg_trgm/trgm_regexp.c +++ b/contrib/pg_trgm/trgm_regexp.c @@ -441,9 +441,9 @@ typedef struct struct TrgmPackedGraph { /* - * colorTrigramsCount and colorTrigramsGroups contain information about - * how trigrams are grouped into color trigrams. "colorTrigramsCount" is - * the count of color trigrams and "colorTrigramGroups" contains number of + * colorTrigramsCount and colorTrigramGroups contain information about how + * trigrams are grouped into color trigrams. "colorTrigramsCount" is the + * count of color trigrams and "colorTrigramGroups" contains number of * simple trigrams for each color trigram. The array of simple trigrams * (stored separately from this struct) is ordered so that the simple * trigrams for each color trigram are consecutive, and they're in order |