From fdb7cf5020a503d25b53c19a480dd7164f3a271a Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sun, 5 Oct 2014 21:24:10 +0900 Subject: [PATCH] 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. --- benchmark/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/common.js b/benchmark/common.js index 158354004cd6bb..511ae384f418bf 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 = [];