1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Fix typo in comment.

This commit is contained in:
Neil Conway 2006-02-26 02:23:41 +00:00
parent f33d3bc0bf
commit 4d39c6bcf5

View File

@ -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);
* 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