summaryrefslogtreecommitdiff
path: root/benchmark/compare.js
diff options
context:
space:
mode:
authorAdrian Nitu <adrian.nitu@intel.com>2016-08-04 12:00:59 +0300
committerAndreas Madsen <amwebdk@gmail.com>2016-08-12 13:23:06 +0200
commit9e7fd8e810dc5f2365201e09ad3eaa6d34c52e14 (patch)
tree25912f5e733d920c5e4701af4590f20f226293df /benchmark/compare.js
parentb9832eb3fe61fcbfb6031e3dfce5eff8567a479c (diff)
downloadandroid-node-v8-9e7fd8e810dc5f2365201e09ad3eaa6d34c52e14.tar.gz
android-node-v8-9e7fd8e810dc5f2365201e09ad3eaa6d34c52e14.tar.bz2
android-node-v8-9e7fd8e810dc5f2365201e09ad3eaa6d34c52e14.zip
benchmark: fix comment typos and code format
I noticed some typos and the lack of {} following an if. PR-URL: https://github.com/nodejs/node/pull/7961 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com>
Diffstat (limited to 'benchmark/compare.js')
-rw-r--r--benchmark/compare.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/compare.js b/benchmark/compare.js
index fb179e0e47..94ff19bb56 100644
--- a/benchmark/compare.js
+++ b/benchmark/compare.js
@@ -65,7 +65,7 @@ console.log('"binary", "filename", "configuration", "rate", "time"');
}
conf = conf.slice(1);
- // Escape qoutes (") for correct csv formatting
+ // Escape quotes (") for correct csv formatting
conf = conf.replace(/"/g, '""');
console.log(`"${job.binary}", "${job.filename}", "${conf}", ` +