diff options
| author | Jonas Schnelli <[email protected]> | 2017-03-22 08:37:58 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-03-22 08:38:24 +0100 |
| commit | 90586b68972c7f7eea3dd07008d97482a42e8072 (patch) | |
| tree | d42711858c7005410c9417b07c405205354f9e97 /src/bench | |
| parent | Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0 (diff) | |
| parent | [trivial] Fix typos in comments (diff) | |
| download | discoin-90586b68972c7f7eea3dd07008d97482a42e8072.tar.xz discoin-90586b68972c7f7eea3dd07008d97482a42e8072.zip | |
Merge #10045: [trivial] Fix typos in comments
dbf30ff [trivial] Fix typos in comments (practicalswift)
Tree-SHA512: a841c96ba1a80ab57206e8ef4fa9b40ecff2244075a5539fc09f57e763bf2e92b0ed089e32a0dbac3902518dcda43d224f75a3462a560148841746560640ba70
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. |