aboutsummaryrefslogtreecommitdiff
path: root/src/bench
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-03-21 19:49:08 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-03-21 19:49:08 +0100
commitdbf30ff10f76d2ab9114b345e8712cba30a8d282 (patch)
tree113b54b12a394382eee95bf40120009b2d143b0a /src/bench
parent0c17afcbe73ec546bc63aea34639fa0f4ea45c37 (diff)
downloadbitcoin-dbf30ff10f76d2ab9114b345e8712cba30a8d282.tar.xz
[trivial] Fix typos in comments
Diffstat (limited to 'src/bench')
-rw-r--r--src/bench/bench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/bench.h b/src/bench/bench.h
index 0e7605c726..f12a41126c 100644
--- a/src/bench/bench.h
+++ b/src/bench/bench.h
@@ -14,7 +14,7 @@
// Simple micro-benchmarking framework; API mostly matches a subset of the Google Benchmark
// framework (see https://github.com/google/benchmark)
-// Wny not use the Google Benchmark framework? Because adding Yet Another Dependency
+// Why not use the Google Benchmark framework? Because adding Yet Another Dependency
// (that uses cmake as its build system and has lots of features we don't need) isn't
// worth it.