benchmark: update comment in common.js
authorMinwoo Jung <jmwsoft@gmail.com>
Sun, 5 Oct 2014 12:24:10 +0000 (21:24 +0900)
committerRod Vagg <rod@vagg.org>
Wed, 30 Sep 2015 12:19:52 +0000 (22:19 +1000)
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>
benchmark/common.js

index 1583540..511ae38 100644 (file)
@@ -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 = [];