From 42683c5cb45bc4b3ebe4ea32c22a3b2941da1dc7 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Fri, 4 Jul 2025 17:26:54 +0200 Subject: [PATCH] Fix typo in performance comment --- modules/performance/include/performance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/performance/include/performance.hpp b/modules/performance/include/performance.hpp index eaafc5378..eca246709 100644 --- a/modules/performance/include/performance.hpp +++ b/modules/performance/include/performance.hpp @@ -64,7 +64,7 @@ class Perf { task_->Run(); task_->PostProcessing(); } - // Pint results for automation checkers + // Print results for automation checkers void PrintPerfStatistic(const std::string& test_id) const { std::string type_test_name; if (perf_results_.type_of_running == PerfResults::TypeOfRunning::kTaskRun) {