summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2013-06-06 15:25:26 +0000
committerHeikki Linnakangas2013-06-06 15:26:52 +0000
commit7e775be6d2cd414fa26e026bed50a9a5f2cd4a4d (patch)
tree2992ddc90d2d960a6768652e99922ed5092c36fb
parent17fa4c321ccf9693de406faffe6b235e949aa25f (diff)
Fix typo in comment.
-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 d4f96966c0a..42fa6aa7e9c 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -6744,7 +6744,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