[llvm-commits] CVS: llvm-www/demo/index.cgi
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jul 8 22:25:01 PDT 2004
Changes in directory llvm-www/demo:
index.cgi updated: 1.25 -> 1.26
---
Log message:
Fix typo
---
Diffs of the changes: (+2 -2)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.25 llvm-www/demo/index.cgi:1.26
--- llvm-www/demo/index.cgi:1.25 Thu Jul 8 18:59:02 2004
+++ llvm-www/demo/index.cgi Thu Jul 8 22:24:32 2004
@@ -5,7 +5,7 @@
# doing remote web JO99C compilations. (It could still be used for that
# purpose, though the two scripts have diverged somewhat.)
#
-# Last modified $Date: 2004/07/08 23:59:02 $
+# Last modified $Date: 2004/07/09 03:24:32 $
#
use CGI;
@@ -185,7 +185,7 @@
print "</td><td>";
print
-"<p>Would you believe the cat even has a stopwatch? Click here to get detailed compilation statistic and timings from each pass.</p><ul>",
+"<p>Would you believe the cat even has a stopwatch? Click here to get detailed compilation statistics and timings from each pass.</p><ul>",
$c->checkbox(
-name => 'showstats',
-label => 'Show detailed statistics'
More information about the llvm-commits
mailing list