summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao2016-08-29 07:06:40 +0000
committerFujii Masao2016-08-29 07:06:40 +0000
commitbd082231edbaf25626a023913394b611fe7928e8 (patch)
tree216d2e19e1d2da5330e9130f697629493df098fd
parentbab7823a49bb210b8920ae59e5126d27e4d63833 (diff)
Fix typos in comments.
-rw-r--r--src/backend/access/brin/brin_inclusion.c2
-rw-r--r--src/timezone/localtime.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/brin/brin_inclusion.c b/src/backend/access/brin/brin_inclusion.c
index 0ae7a72996..c647be0ced 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.
*
diff --git a/src/timezone/localtime.c b/src/timezone/localtime.c
index a14215d6bd..d004e5ebe2 100644
--- a/src/timezone/localtime.c
+++ b/src/timezone/localtime.c
@@ -489,7 +489,7 @@ tzloadbody(char const * name, char *canonname, struct state * sp, bool doextend,
}
/*
- * If type 0 is is unused in transitions, it's the type to use for early
+ * If type 0 is unused in transitions, it's the type to use for early
* times.
*/
for (i = 0; i < sp->timecnt; ++i)