aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}