]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 15 Mar 2016 20:57:16 +0000 (17:57 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 15 Mar 2016 20:57:16 +0000 (17:57 -0300)
src/backend/access/transam/xlog.c

index 8814c00221d4ed78cab1a7495306664dcb6981fa..7939d743a84ef831eaf69d46e21caeb7d6c23e7a 100644 (file)
@@ -2389,7 +2389,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