aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-03-15 17:57:16 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-03-15 17:57:16 -0300
commitb0bdc3f182995658f42470a6f5314ea58f48c6d8 (patch)
tree2d12c60db0556f111bee4756b32546de5fdde35a
parent00fd43499184bf39a7017a3c15990a40e99e4fd2 (diff)
downloadpostgresql-b0bdc3f182995658f42470a6f5314ea58f48c6d8.tar.gz
postgresql-b0bdc3f182995658f42470a6f5314ea58f48c6d8.zip
Fix typos in comments
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 7108bec69bb..8268ba68df9 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -3256,7 +3256,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
*
* destsegno: identify segment to be created.
*
- * srcTLI, srclog, srcseg: identify segment to be copied (could be from
+ * srcTLI, srcsegno: identify segment to be copied (could be from
* a different timeline)
*
* Currently this is only used during recovery, and so there are no locking