diff options
Diffstat (limited to 'src/include/catalog/pg_am.h')
-rw-r--r-- | src/include/catalog/pg_am.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_am.h b/src/include/catalog/pg_am.h index 3ee7121812c..0807fb1a398 100644 --- a/src/include/catalog/pg_am.h +++ b/src/include/catalog/pg_am.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_am.h,v 1.24 2003/02/22 00:45:05 tgl Exp $ + * $Id: pg_am.h,v 1.25 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -23,7 +23,7 @@ #define PG_AM_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. * ---------------- |