diff options
author | Fujii Masao <fujii@postgresql.org> | 2016-08-29 16:06:40 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2016-08-29 16:06:40 +0900 |
commit | bd082231edbaf25626a023913394b611fe7928e8 (patch) | |
tree | 216d2e19e1d2da5330e9130f697629493df098fd /src/backend | |
parent | bab7823a49bb210b8920ae59e5126d27e4d63833 (diff) | |
download | postgresql-bd082231edbaf25626a023913394b611fe7928e8.tar.gz postgresql-bd082231edbaf25626a023913394b611fe7928e8.zip |
Fix typos in comments.
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/access/brin/brin_inclusion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/brin/brin_inclusion.c b/src/backend/access/brin/brin_inclusion.c index 0ae7a72996d..c647be0cedf 100644 --- a/src/backend/access/brin/brin_inclusion.c +++ b/src/backend/access/brin/brin_inclusion.c @@ -431,7 +431,7 @@ brin_inclusion_consistent(PG_FUNCTION_ARGS) * It is straightforward to support the equality strategies with * the contains operator. Generally, inequality strategies do not * make much sense for the types which will be used with the - * inclusion BRIN family of opclasses, but is is possible to + * inclusion BRIN family of opclasses, but is possible to * implement them with logical negation of the left-of and * right-of operators. * |