Skip to content

Commit b0bdc3f

Browse files
committed
Fix typos in comments
1 parent 00fd434 commit b0bdc3f

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
@@ -3256,7 +3256,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
32563256
*
32573257
* destsegno: identify segment to be created.
32583258
*
3259-
* srcTLI, srclog, srcseg: identify segment to be copied (could be from
3259+
* srcTLI, srcsegno: identify segment to be copied (could be from
32603260
* a different timeline)
32613261
*
32623262
* Currently this is only used during recovery, and so there are no locking

0 commit comments

Comments
 (0)