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

Fix typo.

uniware
parent c6b1724c
......@@ -8,7 +8,7 @@
*
*
* 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)
char *r;
char *s;
int i;
int charlen; /* number of charcters in the input string
int charlen; /* number of characters in the input string
* + VARHDRSZ */
/* 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