diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-21 19:49:08 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-21 19:49:08 +0100 |
commit | dbf30ff10f76d2ab9114b345e8712cba30a8d282 (patch) | |
tree | 113b54b12a394382eee95bf40120009b2d143b0a /src/bench/bench.h | |
parent | 0c17afcbe73ec546bc63aea34639fa0f4ea45c37 (diff) |
[trivial] Fix typos in comments
Diffstat (limited to 'src/bench/bench.h')
-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 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. |