Skip to content

Commit

Permalink
chore: update perf_counters.cc (google#1831)
Browse files Browse the repository at this point in the history
peformance -> performance
  • Loading branch information
eltociear authored Aug 5, 2024
1 parent ef73a30 commit b884717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perf_counters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b884717

Please sign in to comment.