Commit 8efe8f7b authored by Bruce Momjian's avatar Bruce Momjian

Fix typo.

uniware
parent c6b1724c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/varchar.c,v 1.111 2005/07/10 21:13:59 tgl Exp $ * $PostgreSQL: pgsql/src/backend/utils/adt/varchar.c,v 1.112 2005/07/29 12:59:15 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -226,7 +226,7 @@ bpchar(PG_FUNCTION_ARGS) ...@@ -226,7 +226,7 @@ bpchar(PG_FUNCTION_ARGS)
char *r; char *r;
char *s; char *s;
int i; int i;
int charlen; /* number of charcters in the input string int charlen; /* number of characters in the input string
* + VARHDRSZ */ * + VARHDRSZ */
/* No work if typmod is invalid */ /* No work if typmod is invalid */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment