Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b1724 commit 8efe8f7Copy full SHA for 8efe8f7
src/backend/utils/adt/varchar.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -226,7 +226,7 @@ bpchar(PG_FUNCTION_ARGS)
226
char *r;
227
char *s;
228
int i;
229
- int charlen; /* number of charcters in the input string
+ int charlen; /* number of characters in the input string
230
* + VARHDRSZ */
231
232
/* No work if typmod is invalid */
0 commit comments