From 2b8b0cf1045ca4b5fc0582093ec438ff82a4ced3 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 4 Aug 2024 00:58:39 +0900 Subject: [PATCH] chore: update perf_counters.cc peformance -> performance --- src/perf_counters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perf_counters.cc b/src/perf_counters.cc index fa1cbb0e8..fc9586b71 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); }