diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2018-07-09 16:10:44 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2018-07-18 16:17:42 +0300 |
commit | 65976cd86a9bdeec5a5277545e5efa33724102c8 (patch) | |
tree | 8072433fd4872c4cf724fb45e2e8a0e5ac48fae3 /src/bin/pg_upgrade/tablespace.c | |
parent | 07f303ab6076c10e36ebcf46155e6ca66fcfe56e (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 'src/bin/pg_upgrade/tablespace.c')
-rw-r--r-- | src/bin/pg_upgrade/tablespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/tablespace.c b/src/bin/pg_upgrade/tablespace.c index b0cbf81f7da..6dc8428e7b7 100644 --- a/src/bin/pg_upgrade/tablespace.c +++ b/src/bin/pg_upgrade/tablespace.c @@ -34,7 +34,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) |