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:20:18 +0300 |
commit | 75459bc427d1598d72f9663ffa0fb910844d54a9 (patch) | |
tree | 2c14be07065ad84b54e3fce6c08450691b1a4e1c /src/bin/pg_upgrade/tablespace.c | |
parent | 330cad2c4b9a1ad2b690d7434fef7a2c481dc884 (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 8e09ec37293..68046a101b6 100644 --- a/src/bin/pg_upgrade/tablespace.c +++ b/src/bin/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) |