Skip to content

Commit 872b131

Browse files
Ahmed Ebrahimxmfcx
Ahmed Ebrahim
authored andcommitted
fix(log-messages): fixing review comment
Signed-off-by: AhmedEbrahim <ahmed.ebrahim@leodrive.ai>
1 parent 242e923 commit 872b131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/system_error_monitor/src/system_error_monitor_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ void AutowareErrorMonitor::onAutowareState(
375375
void AutowareErrorMonitor::onControlMode(
376376
const autoware_auto_vehicle_msgs::msg::ControlModeReport::ConstSharedPtr msg)
377377
{
378-
// used for indicating that onControlMode callback is trigged at least once.
378+
// used for indicating that onControlMode callback is called at least once.
379379
if (!control_mode_activated_) {
380380
control_mode_activated_ = true;
381381
}

0 commit comments

Comments
 (0)