1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix two typos in comments.

This commit is contained in:
Neil Conway
2004-09-13 01:45:32 +00:00
parent 409de6be6c
commit 9ffeab55c9
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
* procedural language
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.36 2004/07/31 23:04:56 tgl Exp $
* $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.37 2004/09/13 01:45:32 neilc Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
@@ -118,7 +118,7 @@ dolqinside [^$]+
/* ----------
* On the first call to a new source report the
* functions type (T_FUNCTION or T_TRIGGER)
* function's type (T_FUNCTION or T_TRIGGER)
* ----------
*/
if (!scanner_typereported)