commit | b884717437fc468929cd47ca6a374005357ff18e | [log] [tgz] |
---|---|---|
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | Mon Aug 05 18:05:40 2024 +0900 |
committer | GitHub <noreply@github.com> | Mon Aug 05 10:05:40 2024 +0100 |
tree | 3cdabeb908e72d8e9ecc6a7a5f9f423c865d8fac | |
parent | ef73a30083ccd4eb1ad6e67a68b23163bf195561 [diff] |
chore: update perf_counters.cc (#1831) peformance -> performance
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 @@ 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); }