Skip to content

Commit 42683c5

Browse files
committed
Fix typo in performance comment
1 parent 8b3e8fb commit 42683c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/performance/include/performance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Perf {
6464
task_->Run();
6565
task_->PostProcessing();
6666
}
67-
// Pint results for automation checkers
67+
// Print results for automation checkers
6868
void PrintPerfStatistic(const std::string& test_id) const {
6969
std::string type_test_name;
7070
if (perf_results_.type_of_running == PerfResults::TypeOfRunning::kTaskRun) {

0 commit comments

Comments
 (0)