Fix typos in comments

This commit is contained in:
Alvaro Herrera 2016-03-15 17:57:16 -03:00
parent 00fd434991
commit b0bdc3f182

View File

@ -3256,7 +3256,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
* *
* destsegno: identify segment to be created. * 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) * a different timeline)
* *
* Currently this is only used during recovery, and so there are no locking * Currently this is only used during recovery, and so there are no locking