aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogreader.c
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2013-06-01 10:18:59 -0400
committerStephen Frost <sfrost@snowman.net>2013-06-01 10:18:59 -0400
commitc9fc28a7f12e27d530e2657c9dc6080fbfbe8a14 (patch)
treedc8bcd142f05439b29bc416ac9aa70db981280be /src/backend/access/transam/xlogreader.c
parent551938ae2284975b53d665fa8a82a7e1f3514dda (diff)
downloadpostgresql-c9fc28a7f12e27d530e2657c9dc6080fbfbe8a14.tar.gz
postgresql-c9fc28a7f12e27d530e2657c9dc6080fbfbe8a14.zip
Minor spelling fixes
Fix a few spelling mistakes. Per bug report #8193 from Lajos Veres.
Diffstat (limited to 'src/backend/access/transam/xlogreader.c')
-rw-r--r--src/backend/access/transam/xlogreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogreader.c b/src/backend/access/transam/xlogreader.c
index fc6ff806440..6c971f30a2b 100644
--- a/src/backend/access/transam/xlogreader.c
+++ b/src/backend/access/transam/xlogreader.c
@@ -903,7 +903,7 @@ ValidXLogPageHeader(XLogReaderState *state, XLogRecPtr recptr,
/*
* Find the first record with at an lsn >= RecPtr.
*
- * Useful for checking wether RecPtr is a valid xlog address for reading and to
+ * Useful for checking whether RecPtr is a valid xlog address for reading and to
* find the first valid address after some address when dumping records for
* debugging purposes.
*/