diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-07-07 03:53:49 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-07-07 03:53:49 -0400 |
commit | b2e3be41a604a36d6586c6e24d93349ca098f0c3 (patch) | |
tree | 53a73c839c1535481d55b114b7ac13612225ef16 /src | |
parent | c895e775a57072b075b230d60381ac432520b1a8 (diff) | |
download | postgresql-b2e3be41a604a36d6586c6e24d93349ca098f0c3.tar.gz postgresql-b2e3be41a604a36d6586c6e24d93349ca098f0c3.zip |
Fix comments over eagerly c&p'd.
Diffstat (limited to 'src')
-rwxr-xr-x | src/tools/msvc/pgbison.bat | 2 | ||||
-rwxr-xr-x | src/tools/msvc/pgflex.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/msvc/pgbison.bat b/src/tools/msvc/pgbison.bat index 27b5353a55e..d976750c9c7 100755 --- a/src/tools/msvc/pgbison.bat +++ b/src/tools/msvc/pgbison.bat @@ -1,7 +1,7 @@ @echo off REM src/tools/msvc/pgbison.bat -REM all the logic for this now belongs in builddoc.pl. This file really +REM all the logic for this now belongs in pgbison.pl. This file really REM only exists so you don't have to type "perl src/tools/msvc/pgbison.pl" REM Resist any temptation to add any logic here. @perl src/tools/msvc/pgbison.pl %* diff --git a/src/tools/msvc/pgflex.bat b/src/tools/msvc/pgflex.bat index 144422d3131..3c7afe9c317 100755 --- a/src/tools/msvc/pgflex.bat +++ b/src/tools/msvc/pgflex.bat @@ -1,7 +1,7 @@ @echo off REM src/tools/msvc/pgflex.bat -REM all the logic for this now belongs in builddoc.pl. This file really +REM all the logic for this now belongs in pgflex.pl. This file really REM only exists so you don't have to type "perl src/tools/msvc/pgflex.pl" REM Resist any temptation to add any logic here. @perl src/tools/msvc/pgflex.pl %* |