From cfc5357c0810ba76f50244aeb5d6890d8dd3a308 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 15 Mar 2016 17:57:16 -0300 Subject: [PATCH] Fix typos in comments --- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 8814c00221d..7939d743a84 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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 -- 2.39.5