summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHeikki Linnakangas2018-07-09 13:10:44 +0000
committerHeikki Linnakangas2018-07-18 13:54:45 +0000
commit47d51a5e8cac65313c753c34ec1a3a7519c59098 (patch)
treedaad9e108ccc0b6f1bddfb2582d261338794e6f7 /contrib
parentf8e8be7f2f9ef9162985ca1a8f4cc41940363522 (diff)
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pg_upgrade/tablespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/tablespace.c b/contrib/pg_upgrade/tablespace.c
index 4086e53cf56..d7276cdb437 100644
--- a/contrib/pg_upgrade/tablespace.c
+++ b/contrib/pg_upgrade/tablespace.c
@@ -36,7 +36,7 @@ init_tablespaces(void)
* get_tablespace_paths()
*
* Scans pg_tablespace and returns a malloc'ed array of all tablespace
- * paths. Its the caller's responsibility to free the array.
+ * paths. It's the caller's responsibility to free the array.
*/
static void
get_tablespace_paths(void)