Skip to content
Snippets Groups Projects
Commit 8efe8f7b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix typo.

uniware
parent c6b1724c
No related branches found
No related tags found
No related merge requests found
...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment