summaryrefslogtreecommitdiff
path: root/src/include/storage/off.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/off.h')
-rw-r--r--src/include/storage/off.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index 2b825ae3a4..921683850e 100644
--- a/src/include/storage/off.h
+++ b/src/include/storage/off.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: off.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
+ * $Id: off.h,v 1.15 2003/03/10 22:28:21 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -46,7 +46,7 @@ typedef uint16 OffsetNumber;
* OffsetNumberPrev
* Increments/decrements the argument. These macros look pointless
* but they help us disambiguate the different manipulations on
- * OffsetNumbers (e.g., sometimes we substract one from an
+ * OffsetNumbers (e.g., sometimes we subtract one from an
* OffsetNumber to move back, and sometimes we do so to form a
* real C array index).
*/