Fix typos in comments
authorAlvaro Herrera
Tue, 15 Mar 2016 20:57:16 +0000 (17:57 -0300)
committerAlvaro Herrera
Tue, 15 Mar 2016 20:57:16 +0000 (17:57 -0300)
src/backend/access/transam/xlog.c

index 7108bec69bb8103fce991c96787734266aa4fe0b..8268ba68df9816c8b9aa84dcc34538ffb4052b8d 100644 (file)
@@ -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