Skip to content

Commit 3de58b9

Browse files
JungMinurvagg
authored andcommitted
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: nodejs/node-v0.x-archive#8515 PR-URL: #2399 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Brendan Ashworth <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 4fc8993 commit 3de58b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Benchmark.prototype._run = function() {
137137
if (this.config)
138138
return this.fn(this.config);
139139

140-
// one more more options weren't set.
140+
// some options weren't set.
141141
// run with all combinations
142142
var main = require.main.filename;
143143
var settings = [];

0 commit comments

Comments
 (0)