summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorYuta Hiroto <git@about-hiroppy.com>2018-06-02 00:30:17 +0900
committerYuta Hiroto <git@about-hiroppy.com>2018-06-02 08:07:22 +0900
commit923f6ac08f68ba7c28b9e2bd82228104c038e49a (patch)
tree84615b6ef2708cda9f5d4a96da11183fc055aa30 /benchmark
parentc524576a6fed0ac112ac162d220e7d86f218aaec (diff)
downloadandroid-node-v8-923f6ac08f68ba7c28b9e2bd82228104c038e49a.tar.gz
android-node-v8-923f6ac08f68ba7c28b9e2bd82228104c038e49a.tar.bz2
android-node-v8-923f6ac08f68ba7c28b9e2bd82228104c038e49a.zip
benchmark: fix "comparisons"' typo
PR-URL: https://github.com/nodejs/node/pull/21085 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/compare.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/compare.R b/benchmark/compare.R
index 1527d680c3..7a0c89af3d 100644
--- a/benchmark/compare.R
+++ b/benchmark/compare.R
@@ -107,8 +107,8 @@ options(width = 200);
print(statistics);
cat("\n")
cat(sprintf(
-"Be aware that when doing many comparisions the risk of a false-positive
-result increases. In this case there are %d comparisions, you can thus
+"Be aware that when doing many comparisons the risk of a false-positive
+result increases. In this case there are %d comparisons, you can thus
expect the following amount of false-positive results:
%.2f false positives, when considering a 5%% risk acceptance (*, **, ***),
%.2f false positives, when considering a 1%% risk acceptance (**, ***),