From 7a58157d4e6bc7a394ada98e31c97dc143beb439 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Brendan Ashworth Reviewed-By: Michaël Zasso --- benchmark/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/common.js b/benchmark/common.js index 1583540..511ae38 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 = []; -- 2.7.4