diff options
Diffstat (limited to 'src/backend/commands/remove.c')
-rw-r--r-- | src/backend/commands/remove.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/commands/remove.c b/src/backend/commands/remove.c index 95830c6cc08..b7defda8526 100644 --- a/src/backend/commands/remove.c +++ b/src/backend/commands/remove.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.1.1.1 1996/07/09 06:21:22 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.2 1996/08/19 01:53:39 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -43,7 +43,7 @@ * Exceptions: * BadArg if name is invalid. * BadArg if type1 is invalid. - * "WARN" if operator nonexistant. + * "WARN" if operator nonexistent. * ... */ void @@ -307,7 +307,7 @@ RemoveType(char *typeName) /* type name to be removed */ * * Exceptions: * BadArg if name is invalid. - * "WARN" if function nonexistant. + * "WARN" if function nonexistent. * ... */ void |