]> granicus.if.org Git - postgresql/commitdiff
Fix comments over eagerly c&p'd.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 7 Jul 2011 07:53:49 +0000 (03:53 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 7 Jul 2011 07:53:49 +0000 (03:53 -0400)
src/tools/msvc/pgbison.bat
src/tools/msvc/pgflex.bat

index 27b5353a55e8f9b72a0fc93ee1a0e1a51d03a05c..d976750c9c7fb5a3d8a83e7b8836cd02a0219d87 100755 (executable)
@@ -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 %*
index 144422d3131dfb7df81cebddea00a70c1b9411e1..3c7afe9c31750a127a8a43ecb22bd82735cf4820 100755 (executable)
@@ -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 %*