summaryrefslogtreecommitdiff
path: root/src/include/storage/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/block.h')
-rw-r--r--src/include/storage/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index 6f33ed8c83f..935f1dd3ed9 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -37,7 +37,7 @@ typedef uint32 BlockNumber;
/*
* BlockId:
*
- * this is a storage type for BlockNumber. in other words, this type
+ * this is a storage type for BlockNumber. in other words, this type
* is used for on-disk structures (e.g., in HeapTupleData) whereas
* BlockNumber is the type on which calculations are performed (e.g.,
* in access method code).