1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

Fix typos in comments.

This commit is contained in:
Fujii Masao
2014-06-11 20:54:06 +09:00
parent fd90b5d574
commit a26ae56f51
2 changed files with 2 additions and 2 deletions

View File

@ -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)