diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-11-19 09:05:02 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-11-19 09:05:02 +0000 |
commit | 5e86d226e46cf4e0efe281cfda3c1e8d8171dffd (patch) | |
tree | c66c47478d153358db41dbe169e9fb3ab9252b2b /src/backend/utils/adt/varlena.c | |
parent | 5590d5fe99d88c1a9d47852e6be36aa590401f01 (diff) | |
download | postgresql-5e86d226e46cf4e0efe281cfda3c1e8d8171dffd.tar.gz postgresql-5e86d226e46cf4e0efe281cfda3c1e8d8171dffd.zip |
Grammatical and spelling fixes.
Diffstat (limited to 'src/backend/utils/adt/varlena.c')
-rw-r--r-- | src/backend/utils/adt/varlena.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c index a6600a22545..d2e7b7d518d 100644 --- a/src/backend/utils/adt/varlena.c +++ b/src/backend/utils/adt/varlena.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.75 2001/11/18 12:07:07 ishii Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.76 2001/11/19 09:05:02 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -328,7 +328,7 @@ textcat(PG_FUNCTION_ARGS) * - string length * * If the starting position is zero or less, then return from the start of the string - * adjusting the length to be consistant with the "negative start" per SQL92. + * adjusting the length to be consistent with the "negative start" per SQL92. * If the length is less than zero, return the remaining string. * * Note that the arguments operate on octet length, @@ -740,7 +740,7 @@ byteacat(PG_FUNCTION_ARGS) * - string length * * If the starting position is zero or less, then return from the start of the string - * adjusting the length to be consistant with the "negative start" per SQL92. + * adjusting the length to be consistent with the "negative start" per SQL92. * If the length is less than zero, return the remaining string. * */ |