aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2024-08-05 18:05:40 +0900
committerGitHub <noreply@github.com>2024-08-05 10:05:40 +0100
commitb884717437fc468929cd47ca6a374005357ff18e (patch)
tree3cdabeb908e72d8e9ecc6a7a5f9f423c865d8fac
parentef73a30083ccd4eb1ad6e67a68b23163bf195561 (diff)
downloadgoogle-benchmark-b884717437fc468929cd47ca6a374005357ff18e.tar.gz
google-benchmark-b884717437fc468929cd47ca6a374005357ff18e.zip
chore: update perf_counters.cc (#1831)
peformance -> performance
-rw-r--r--src/perf_counters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perf_counters.cc b/src/perf_counters.cc
index fa1cbb0..fc9586b 100644
--- a/src/perf_counters.cc
+++ b/src/perf_counters.cc
@@ -218,7 +218,7 @@ PerfCounters PerfCounters::Create(
GetErrorLogInstance() << "***WARNING*** Failed to start counters. "
"Claring out all counters.\n";
- // Close all peformance counters
+ // Close all performance counters
for (int id : counter_ids) {
::close(id);
}