summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFujii Masao2014-06-11 11:54:06 +0000
committerFujii Masao2014-06-11 11:54:06 +0000
commita26ae56f5173f1f8990ccf134730b964506f29ba (patch)
tree15ed9ff3ef337d68fe95d9d307bc76351a884599 /src
parentfd90b5d574f7b882a35fe345359643cb1ff2e67e (diff)
Fix typos in comments.
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/basebackup.c2
-rw-r--r--src/bin/pg_basebackup/receivelog.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c
index b387612c09..fbcecbb972 100644
--- a/src/backend/replication/basebackup.c
+++ b/src/backend/replication/basebackup.c
@@ -752,7 +752,7 @@ SendBackupHeader(List *tablespaces)
/*
* Send a single resultset containing just a single
- * XlogRecPtr record (in text format)
+ * XLogRecPtr record (in text format)
*/
static void
SendXlogRecPtrResult(XLogRecPtr ptr, TimeLineID tli)
diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c
index a88457fb28..d76e605e21 100644
--- a/src/bin/pg_basebackup/receivelog.c
+++ b/src/bin/pg_basebackup/receivelog.c
@@ -718,7 +718,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline)
}
/*
- * The main loop of ReceiveXLogStream. Handles the COPY stream after
+ * The main loop of ReceiveXlogStream. Handles the COPY stream after
* initiating streaming with the START_STREAMING command.
*
* If the COPY ends (not necessarily successfully) due a message from the