summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_attrdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_attrdef.h')
-rw-r--r--src/include/catalog/pg_attrdef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_attrdef.h b/src/include/catalog/pg_attrdef.h
index 3d39911d83..20ddc7181e 100644
--- a/src/include/catalog/pg_attrdef.h
+++ b/src/include/catalog/pg_attrdef.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_attrdef.h,v 1.13 2002/07/15 16:33:32 tgl Exp $
+ * $Id: pg_attrdef.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
#define PG_ATTRDEF_H
/* ----------------
- * postgres.h contains the system type definintions and the
+ * postgres.h contains the system type definitions and the
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
* can be read by both genbki.sh and the C compiler.
* ----------------