diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-04 16:29:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-04 16:29:42 +0000 |
commit | 7c8927bf08b46cfa839aaee81b71bb42e2df4eb5 (patch) | |
tree | 2a8b8dd217efe4540779d2268d64ea9faf9843a7 /src/include | |
parent | a252994abeebc4832e2c9c09754d02ace00970b9 (diff) | |
download | postgresql-7c8927bf08b46cfa839aaee81b71bb42e2df4eb5.tar.gz postgresql-7c8927bf08b46cfa839aaee81b71bb42e2df4eb5.zip |
Fix some small typos in comments. Greg Stark
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/catalog/pg_type.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h index a961bf01ed3..8085f036c5e 100644 --- a/src/include/catalog/pg_type.h +++ b/src/include/catalog/pg_type.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.177 2007/01/03 01:19:51 darcy Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.178 2007/01/04 16:29:42 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -244,7 +244,7 @@ typedef FormData_pg_type *Form_pg_type; * ---------------- */ -/* keep the following ordered by OID so that later changes can be made easier*/ +/* keep the following ordered by OID so that later changes can be made more easily */ /* Make sure the typlen, typbyval, and typalign values here match the initial values for attlen, attbyval, and attalign in both places in pg_attribute.h |