summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/timeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/timeline.h b/src/include/access/timeline.h
index 05363c68427..c1911feb160 100644
--- a/src/include/access/timeline.h
+++ b/src/include/access/timeline.h
@@ -17,7 +17,7 @@
/*
* A list of these structs describes the timeline history of the server. Each
* TimeLineHistoryEntry represents a piece of WAL belonging to the history,
- * from newest to oldest. All WAL positions between 'begin' and 'end' belong to
+ * from newest to oldest. All WAL locations between 'begin' and 'end' belong to
* the timeline represented by the entry. Together the 'begin' and 'end'
* pointers of all the entries form a contiguous line from beginning of time
* to infinity.