Reviewers: Kasper Lund, Description: Adding a missing 'the' in the warning message
Please review this at http://codereview.chromium.org/149671 SVN Base: http://v8.googlecode.com/svn/data/ Affected files: M benchmarks/v1/run.html M benchmarks/v2/run.html M benchmarks/v3/run.html M benchmarks/v4/run.html Index: benchmarks/v1/run.html =================================================================== --- benchmarks/v1/run.html (revision 2466) +++ benchmarks/v1/run.html (working copy) @@ -140,7 +140,7 @@ <div> <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span></h1></div> <div class="warning" id="obsolete"> -Warning! This is not the latest version of V8 benchmark +Warning! This is not the latest version of the V8 benchmark suite. Consider running the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> latest version</a>. Index: benchmarks/v2/run.html =================================================================== --- benchmarks/v2/run.html (revision 2466) +++ benchmarks/v2/run.html (working copy) @@ -85,7 +85,7 @@ <div> <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span></h1></div> <div class="warning" id="obsolete"> -Warning! This is not the latest version of V8 benchmark +Warning! This is not the latest version of the V8 benchmark suite. Consider running the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> latest version</a>. Index: benchmarks/v3/run.html =================================================================== --- benchmarks/v3/run.html (revision 2466) +++ benchmarks/v3/run.html (working copy) @@ -86,7 +86,7 @@ <div> <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span></h1></div> <div class="warning" id="obsolete"> -Warning! This is not the latest version of V8 benchmark +Warning! This is not the latest version of the V8 benchmark suite. Consider running the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> latest version</a>. Index: benchmarks/v4/run.html =================================================================== --- benchmarks/v4/run.html (revision 2466) +++ benchmarks/v4/run.html (working copy) @@ -87,7 +87,7 @@ <div> <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span></h1></div> <div class="warning" id="obsolete"> -Warning! This is not the latest version of V8 benchmark +Warning! This is not the latest version of the V8 benchmark suite. Consider running the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> latest version</a>. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
