Skip to content
Snippets Groups Projects
Commit 4d39c6bc authored by Neil Conway's avatar Neil Conway
Browse files

Fix typo in comment.

parent f33d3bc0
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.142 2005/12/22 22:50:00 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.143 2006/02/26 02:23:41 neilc Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -81,7 +81,7 @@ static void appendStringInfoText(StringInfo str, const text *t);
* ereport(ERROR, ...) if bad form.
*
* BUGS:
* The input is scaned twice.
* The input is scanned twice.
* The error checking of input is minimal.
*/
Datum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment