aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-12-13 19:58:48 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-12-13 20:02:01 +0200
commitdde6282500ac650cd0257fc24aeb5688962fddf9 (patch)
tree81d8c5adb720219a190e656d5692393bbba47813 /src/backend/access/transam/xlogfuncs.c
parente8312b4f03315a98a987997e05a6e9d6d8d84ddf (diff)
downloadpostgresql-dde6282500ac650cd0257fc24aeb5688962fddf9.tar.gz
postgresql-dde6282500ac650cd0257fc24aeb5688962fddf9.zip
Fix more instances of "the the" in comments.
Plus one instance of "to to" in the docs.
Diffstat (limited to 'src/backend/access/transam/xlogfuncs.c')
-rw-r--r--src/backend/access/transam/xlogfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogfuncs.c b/src/backend/access/transam/xlogfuncs.c
index b7950f77a65..c421a59db99 100644
--- a/src/backend/access/transam/xlogfuncs.c
+++ b/src/backend/access/transam/xlogfuncs.c
@@ -589,7 +589,7 @@ pg_backup_start_time(PG_FUNCTION_ARGS)
}
/*
- * Parse the file to find the the START TIME line.
+ * Parse the file to find the START TIME line.
*/
backup_start_time[0] = '\0';
while (fgets(fline, sizeof(fline), lfp) != NULL)