Index: benchmarks/regexp.js |
diff --git a/benchmarks/regexp.js b/benchmarks/regexp.js |
index 71b9e6362c47576044303a85147a69b16abb59f7..9c831422663e74d87bb440a8aaa4197efd543c68 100644 |
--- a/benchmarks/regexp.js |
+++ b/benchmarks/regexp.js |
@@ -33,7 +33,7 @@ |
// the popularity of the pages where it occurs and the number of times |
// it is executed while loading each page. Furthermore the literal |
// letters in the data are encoded using ROT13 in a way that does not |
-// affect how the regexps match their input. Finally the strings are |
+// affect how the regexps match their input. Finally the strings are |
// scrambled to exercise the regexp engine on different input strings. |
@@ -47,7 +47,7 @@ function RegExpSetup() { |
regExpBenchmark = new RegExpBenchmark(); |
RegExpRun(); // run once to get system initialized |
} |
- |
+ |
function RegExpRun() { |
regExpBenchmark.run(); |
} |
@@ -1759,6 +1759,6 @@ function RegExpBenchmark() { |
runBlock11(); |
} |
} |
- |
+ |
this.run = run; |
} |