chore: update perf_counters.cc (#1831)

peformance -> performance
This commit is contained in:
Ikko Eltociear Ashimine 2024-08-05 18:05:40 +09:00 committed by GitHub
parent ef73a30083
commit b884717437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}