From: Heikki Linnakangas Date: Sun, 12 Apr 2015 07:46:17 +0000 (+0300) Subject: Remove duplicated words in comments. X-Git-Tag: REL9_2_11~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a9951d62e37d0660505d9e6fe6647f6b4743008;p=thirdparty%2Fpostgresql.git Remove duplicated words in comments. David Rowley --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 61d2cb3a73b..7a3e82983f6 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -318,7 +318,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier) snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir); /* - * Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to + * Create pg_xlog/archive_status (and thus pg_xlog) so we can write to * basedir/pg_xlog as the directory entry in the tar file may arrive * later. */