Commit 4d39c6bc authored by Neil Conway's avatar Neil Conway

Fix typo in comment.

parent f33d3bc0
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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); ...@@ -81,7 +81,7 @@ static void appendStringInfoText(StringInfo str, const text *t);
* ereport(ERROR, ...) if bad form. * ereport(ERROR, ...) if bad form.
* *
* BUGS: * BUGS:
* The input is scaned twice. * The input is scanned twice.
* The error checking of input is minimal. * The error checking of input is minimal.
*/ */
Datum Datum
......
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