aboutsummaryrefslogtreecommitdiff
path: root/src/bench/perf.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-01-29 16:05:06 +0100
committerMarcoFalke <[email protected]>2017-01-29 16:05:37 +0100
commit0fea960ca917b73aff853fe88476174c8a313863 (patch)
treee07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/bench/perf.cpp
parentMerge #9638: qa: Actually test assertions in pruning.py (diff)
parent[trivial] Fix typos in comments (diff)
downloaddiscoin-0fea960ca917b73aff853fe88476174c8a313863.tar.xz
discoin-0fea960ca917b73aff853fe88476174c8a313863.zip
Merge #9510: [trivial] Fix typos in comments
cc16d99 [trivial] Fix typos in comments (practicalswift)
Diffstat (limited to 'src/bench/perf.cpp')
-rw-r--r--src/bench/perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/perf.cpp b/src/bench/perf.cpp
index 1f43e5d3a..a549ec29e 100644
--- a/src/bench/perf.cpp
+++ b/src/bench/perf.cpp
@@ -6,7 +6,7 @@
#if defined(__i386__) || defined(__x86_64__)
-/* These architectures support quering the cycle counter
+/* These architectures support querying the cycle counter
* from user space, no need for any syscall overhead.
*/
void perf_init(void) { }