diff options
| author | Neil Conway | 2004-09-13 01:45:32 +0000 |
|---|---|---|
| committer | Neil Conway | 2004-09-13 01:45:32 +0000 |
| commit | 9ffeab55c909a24c1895c0d10093ac27a9575f0c (patch) | |
| tree | e60a3d0cc0e62f09fbd189c7e8af1754568e25f0 /src/pl | |
| parent | 409de6be6c6c1055821da333326ea94dc4d251ce (diff) | |
Fix two typos in comments.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/scan.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plpgsql/src/scan.l b/src/pl/plpgsql/src/scan.l index 5e6ccd68d71..9b2615df105 100644 --- a/src/pl/plpgsql/src/scan.l +++ b/src/pl/plpgsql/src/scan.l @@ -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) |
