summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorMinwoo Jung <jmwsoft@gmail.com>2014-10-05 21:24:10 +0900
committerBrendan Ashworth <brendan.ashworth@me.com>2015-09-29 16:00:04 -0700
commitf1d27d27f59a14dbe561aa4b8bf403484ba97e36 (patch)
tree8d77973906c7e4fc54064f0ee0ae5dccee99ef08 /benchmark
parent30b8bb0aabd905f0360b9778a67a74c6128211af (diff)
downloadandroid-node-v8-f1d27d27f59a14dbe561aa4b8bf403484ba97e36.tar.gz
android-node-v8-f1d27d27f59a14dbe561aa4b8bf403484ba97e36.tar.bz2
android-node-v8-f1d27d27f59a14dbe561aa4b8bf403484ba97e36.zip
benchmark: update comment in common.js
Very minor update in benchmark/common.js Not exactly a critical change, just continued cleaning out of old joyent/node PRs that never landed. Ref: https://github.com/nodejs/node-v0.x-archive/pull/8515 PR-URL: https://github.com/nodejs/node/pull/2399 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com> Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/common.js b/benchmark/common.js
index 158354004c..511ae384f4 100644
--- a/benchmark/common.js
+++ b/benchmark/common.js
@@ -137,7 +137,7 @@ Benchmark.prototype._run = function() {
if (this.config)
return this.fn(this.config);
- // one more more options weren't set.
+ // some options weren't set.
// run with all combinations
var main = require.main.filename;
var settings = [];