aboutsummaryrefslogtreecommitdiff
path: root/src/bench
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-03-21 19:49:08 +0100
committerpracticalswift <[email protected]>2017-03-21 19:49:08 +0100
commitdbf30ff10f76d2ab9114b345e8712cba30a8d282 (patch)
tree113b54b12a394382eee95bf40120009b2d143b0a /src/bench
parentMerge #9734: Add updating of chainTxData to release process (diff)
downloaddiscoin-dbf30ff10f76d2ab9114b345e8712cba30a8d282.tar.xz
discoin-dbf30ff10f76d2ab9114b345e8712cba30a8d282.zip
[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 0e7605c72..f12a41126 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.