summaryrefslogtreecommitdiff
path: root/src/include/storage/pos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/pos.h')
-rw-r--r--src/include/storage/pos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index 35b4cfe79c..502113511a 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -20,7 +20,7 @@
* been changed to just <offset> as the notion of having multiple pages
* within a block has been removed.
*
- * the 'offset' abstraction is somewhat confusing. it is NOT a byte
+ * the 'offset' abstraction is somewhat confusing. it is NOT a byte
* offset within the page; instead, it is an offset into the line
* pointer array contained on every page that store (heap or index)
* tuples.