Skip to content

Commit 3a9951d

Browse files
committed
Remove duplicated words in comments.
David Rowley
1 parent 9abf898 commit 3a9951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
318318
snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
319319

320320
/*
321-
* Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
321+
* Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
322322
* basedir/pg_xlog as the directory entry in the tar file may arrive
323323
* later.
324324
*/

0 commit comments

Comments
 (0)