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>
pull/2748/head
Minwoo Jung 2014-10-05 21:24:10 +09:00 committed by Brendan Ashworth
parent 30b8bb0aab
commit f1d27d27f5
1 changed files with 1 additions and 1 deletions

View 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 = [];