From e4704001ea4c3d63b53e8783859ff598ef2f69e5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 10 Mar 2003 22:28:22 +0000 Subject: This patch fixes a bunch of spelling mistakes in comments throughout the PostgreSQL source code. Neil Conway --- src/include/catalog/pg_am.h | 4 ++-- src/include/catalog/pg_amop.h | 4 ++-- src/include/catalog/pg_attrdef.h | 4 ++-- src/include/catalog/pg_attribute.h | 4 ++-- src/include/catalog/pg_class.h | 4 ++-- src/include/catalog/pg_constraint.h | 4 ++-- src/include/catalog/pg_database.h | 4 ++-- src/include/catalog/pg_description.h | 6 +++--- src/include/catalog/pg_group.h | 4 ++-- src/include/catalog/pg_index.h | 4 ++-- src/include/catalog/pg_inherits.h | 4 ++-- src/include/catalog/pg_language.h | 4 ++-- src/include/catalog/pg_largeobject.h | 4 ++-- src/include/catalog/pg_listener.h | 4 ++-- src/include/catalog/pg_opclass.h | 4 ++-- src/include/catalog/pg_operator.h | 4 ++-- src/include/catalog/pg_proc.h | 4 ++-- src/include/catalog/pg_rewrite.h | 4 ++-- src/include/catalog/pg_statistic.h | 4 ++-- src/include/catalog/pg_trigger.h | 2 +- src/include/catalog/pg_version.h | 4 ++-- src/include/commands/comment.h | 2 +- src/include/port/solaris.h | 4 ++-- src/include/storage/off.h | 4 ++-- 24 files changed, 47 insertions(+), 47 deletions(-) (limited to 'src/include') 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. * ---------------- diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h index 21228c8ca35..445033ecd0d 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -16,7 +16,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amop.h,v 1.46 2002/06/20 20:29:43 momjian Exp $ + * $Id: pg_amop.h,v 1.47 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -28,7 +28,7 @@ #define PG_AMOP_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. * ---------------- diff --git a/src/include/catalog/pg_attrdef.h b/src/include/catalog/pg_attrdef.h index 3d39911d83f..20ddc7181ec 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. * ---------------- diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h index e23f793bc7e..c2d07e822ad 100644 --- a/src/include/catalog/pg_attribute.h +++ b/src/include/catalog/pg_attribute.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_attribute.h,v 1.100 2002/09/22 19:42:51 tgl Exp $ + * $Id: pg_attribute.h,v 1.101 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -25,7 +25,7 @@ #define PG_ATTRIBUTE_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. * ---------------- diff --git a/src/include/catalog/pg_class.h b/src/include/catalog/pg_class.h index 0843cbf6fc8..715f24c8d10 100644 --- a/src/include/catalog/pg_class.h +++ b/src/include/catalog/pg_class.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_class.h,v 1.74 2002/09/22 19:42:52 tgl Exp $ + * $Id: pg_class.h,v 1.75 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_CLASS_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. * ---------------- diff --git a/src/include/catalog/pg_constraint.h b/src/include/catalog/pg_constraint.h index 80ff185579e..ebbf96f6195 100644 --- a/src/include/catalog/pg_constraint.h +++ b/src/include/catalog/pg_constraint.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_constraint.h,v 1.5 2002/11/15 02:50:10 momjian Exp $ + * $Id: pg_constraint.h,v 1.6 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_CONSTRAINT_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. * ---------------- diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h index bc21d337538..fbdcd6f4a68 100644 --- a/src/include/catalog/pg_database.h +++ b/src/include/catalog/pg_database.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_database.h,v 1.27 2002/09/03 21:45:43 petere Exp $ + * $Id: pg_database.h,v 1.28 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_DATABASE_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. * ---------------- diff --git a/src/include/catalog/pg_description.h b/src/include/catalog/pg_description.h index abe61d49bcf..87e4698e365 100644 --- a/src/include/catalog/pg_description.h +++ b/src/include/catalog/pg_description.h @@ -22,7 +22,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_description.h,v 1.17 2002/06/20 20:29:44 momjian Exp $ + * $Id: pg_description.h,v 1.18 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -37,7 +37,7 @@ #define PG_DESCRIPTION_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. * ---------------- @@ -64,7 +64,7 @@ CATALOG(pg_description) BKI_WITHOUT_OIDS typedef FormData_pg_description *Form_pg_description; /* ---------------- - * compiler constants for pg_descrpition + * compiler constants for pg_description * ---------------- */ #define Natts_pg_description 4 diff --git a/src/include/catalog/pg_group.h b/src/include/catalog/pg_group.h index c90ede8f729..e8da8a54c73 100644 --- a/src/include/catalog/pg_group.h +++ b/src/include/catalog/pg_group.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: pg_group.h,v 1.15 2002/06/20 20:29:44 momjian Exp $ + * $Id: pg_group.h,v 1.16 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -19,7 +19,7 @@ #define PG_GROUP_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. * ---------------- diff --git a/src/include/catalog/pg_index.h b/src/include/catalog/pg_index.h index 092487b7c99..ecdce77f17d 100644 --- a/src/include/catalog/pg_index.h +++ b/src/include/catalog/pg_index.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_index.h,v 1.29 2002/09/03 01:04:41 tgl Exp $ + * $Id: pg_index.h,v 1.30 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_INDEX_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. * ---------------- diff --git a/src/include/catalog/pg_inherits.h b/src/include/catalog/pg_inherits.h index 14fc9f05bf0..a1618710ff5 100644 --- a/src/include/catalog/pg_inherits.h +++ b/src/include/catalog/pg_inherits.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_inherits.h,v 1.14 2002/06/20 20:29:44 momjian Exp $ + * $Id: pg_inherits.h,v 1.15 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_INHERITS_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. * ---------------- diff --git a/src/include/catalog/pg_language.h b/src/include/catalog/pg_language.h index 48d9c42c27e..259bef62f1f 100644 --- a/src/include/catalog/pg_language.h +++ b/src/include/catalog/pg_language.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_language.h,v 1.20 2002/09/04 20:31:37 momjian Exp $ + * $Id: pg_language.h,v 1.21 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_LANGUAGE_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. * ---------------- diff --git a/src/include/catalog/pg_largeobject.h b/src/include/catalog/pg_largeobject.h index bc11b5f924f..25372509a0b 100644 --- a/src/include/catalog/pg_largeobject.h +++ b/src/include/catalog/pg_largeobject.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_largeobject.h,v 1.13 2002/06/20 20:29:44 momjian Exp $ + * $Id: pg_largeobject.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_LARGEOBJECT_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. * ---------------- diff --git a/src/include/catalog/pg_listener.h b/src/include/catalog/pg_listener.h index 1931a0ce6f6..db68815be08 100644 --- a/src/include/catalog/pg_listener.h +++ b/src/include/catalog/pg_listener.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: pg_listener.h,v 1.13 2002/06/20 20:29:44 momjian Exp $ + * $Id: pg_listener.h,v 1.14 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -19,7 +19,7 @@ #define PG_LISTENER_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. * ---------------- diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h index e4884b79415..bedd9d72e08 100644 --- a/src/include/catalog/pg_opclass.h +++ b/src/include/catalog/pg_opclass.h @@ -26,7 +26,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_opclass.h,v 1.46 2002/09/04 20:31:37 momjian Exp $ + * $Id: pg_opclass.h,v 1.47 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -38,7 +38,7 @@ #define PG_OPCLASS_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. * ---------------- diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h index c97003cf431..9470e555984 100644 --- a/src/include/catalog/pg_operator.h +++ b/src/include/catalog/pg_operator.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_operator.h,v 1.110 2002/09/18 21:35:23 tgl Exp $ + * $Id: pg_operator.h,v 1.111 2003/03/10 22:28:19 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -25,7 +25,7 @@ #include "nodes/pg_list.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. * ---------------- diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h index e1d98d5510e..01fb540dafd 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.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: pg_proc.h,v 1.285 2003/03/03 03:30:46 tgl Exp $ + * $Id: pg_proc.h,v 1.286 2003/03/10 22:28:20 tgl Exp $ * * NOTES * The script catalog/genbki.sh reads this file and generates .bki @@ -26,7 +26,7 @@ #include "nodes/pg_list.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. * ---------------- diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h index e6a3fe7a29d..d7316e55fe3 100644 --- a/src/include/catalog/pg_rewrite.h +++ b/src/include/catalog/pg_rewrite.h @@ -11,7 +11,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_rewrite.h,v 1.19 2002/06/20 20:29:49 momjian Exp $ + * $Id: pg_rewrite.h,v 1.20 2003/03/10 22:28:21 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -23,7 +23,7 @@ #define PG_REWRITE_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. * ---------------- diff --git a/src/include/catalog/pg_statistic.h b/src/include/catalog/pg_statistic.h index 8a596d8bd4c..8c8806a159a 100644 --- a/src/include/catalog/pg_statistic.h +++ b/src/include/catalog/pg_statistic.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_statistic.h,v 1.18 2002/09/04 20:31:42 momjian Exp $ + * $Id: pg_statistic.h,v 1.19 2003/03/10 22:28:21 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -20,7 +20,7 @@ #define PG_STATISTIC_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. * ---------------- diff --git a/src/include/catalog/pg_trigger.h b/src/include/catalog/pg_trigger.h index 9eb58ef73a6..30c15f50939 100644 --- a/src/include/catalog/pg_trigger.h +++ b/src/include/catalog/pg_trigger.h @@ -16,7 +16,7 @@ #define PG_TRIGGER_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. * ---------------- diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h index bcfcc2ceb18..b02f88c603c 100644 --- a/src/include/catalog/pg_version.h +++ b/src/include/catalog/pg_version.h @@ -15,7 +15,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_version.h,v 1.15 2002/06/20 20:29:49 momjian Exp $ + * $Id: pg_version.h,v 1.16 2003/03/10 22:28:21 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -27,7 +27,7 @@ #define PG_VERSION_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. * ---------------- diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index 0972c13486a..1b2ac3e614c 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -17,7 +17,7 @@ /*------------------------------------------------------------------ * Function Prototypes -- * - * The following protoypes define the public functions of the comment + * The following prototypes define the public functions of the comment * related routines. CommentObject() implements the SQL "COMMENT ON" * command. DeleteComments() deletes all comments for an object. * CreateComments creates (or deletes, if comment is NULL) a comment diff --git a/src/include/port/solaris.h b/src/include/port/solaris.h index cdffb61e903..c723cd6f379 100644 --- a/src/include/port/solaris.h +++ b/src/include/port/solaris.h @@ -1,10 +1,10 @@ -/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.7 2001/11/05 17:46:35 momjian Exp $ */ +/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.8 2003/03/10 22:28:21 tgl Exp $ */ #define HAS_TEST_AND_SET typedef unsigned char slock_t; /* - * Sort this out for all operting systems some time. The __xxx + * Sort this out for all operating systems some time. The __xxx * symbols are defined on both GCC and Solaris CC, although GCC * doesn't document them. The __xxx__ symbols are only on GCC. */ diff --git a/src/include/storage/off.h b/src/include/storage/off.h index 2b825ae3a4c..921683850e6 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). */ -- cgit v1.2.3