aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-06-06 18:25:26 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-06-06 18:27:01 +0300
commitf73cb5567c2e27d9a02c7ddba9da8d8557cf08dd (patch)
tree641a2dc731366cefa1fe1e34913c317c7c4c2f0b /src
parenta6370fd9ed3dbad6070b789eae916d6a037e4773 (diff)
downloadpostgresql-f73cb5567c2e27d9a02c7ddba9da8d8557cf08dd.tar.gz
postgresql-f73cb5567c2e27d9a02c7ddba9da8d8557cf08dd.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 40b780ce6ac..0a573f7f65c 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -5441,7 +5441,7 @@ StartupXLOG(void)
* recoveryLastXTime.
*
* This is slightly confusing if we're starting from an online
- * checkpoint; we've just read and replayed the chekpoint record, but
+ * checkpoint; we've just read and replayed the checkpoint record, but
* we're going to start replay from its redo pointer, which precedes
* the location of the checkpoint record itself. So even though the
* last record we've replayed is indeed ReadRecPtr, we haven't