Skip to content

Commit cfc5357

Browse files
committed
Fix typos in comments
1 parent 4b505c2 commit cfc5357

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
23892389
*
23902390
* destsegno: identify segment to be created.
23912391
*
2392-
* srcTLI, srclog, srcseg: identify segment to be copied (could be from
2392+
* srcTLI, srcsegno: identify segment to be copied (could be from
23932393
* a different timeline)
23942394
*
23952395
* Currently this is only used during recovery, and so there are no locking

0 commit comments

Comments
 (0)