Skip to content

Commit e76dfeb

Browse files
authored
Fix comment typo in performance.hpp (#524)
1 parent 8b3e8fb commit e76dfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)