diff options
| author | practicalswift <[email protected]> | 2017-03-21 19:49:08 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-03-21 19:49:08 +0100 |
| commit | dbf30ff10f76d2ab9114b345e8712cba30a8d282 (patch) | |
| tree | 113b54b12a394382eee95bf40120009b2d143b0a /src/bench | |
| parent | Merge #9734: Add updating of chainTxData to release process (diff) | |
| download | discoin-dbf30ff10f76d2ab9114b345e8712cba30a8d282.tar.xz discoin-dbf30ff10f76d2ab9114b345e8712cba30a8d282.zip | |
[trivial] Fix typos in comments
Diffstat (limited to 'src/bench')
| -rw-r--r-- | src/bench/bench.h | 2 |
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. |