From db4d79358aa12b1808eed2cf234861b6e69969b0 Mon Sep 17 00:00:00 2001 From: CarlOlsson <carlolsson.co@gmail.com> Date: Thu, 18 Oct 2018 16:32:56 +0200 Subject: [PATCH] commander: fix typo --- src/modules/commander/state_machine_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commander/state_machine_helper.cpp b/src/modules/commander/state_machine_helper.cpp index 098bee455e..9f5e74631d 100644 --- a/src/modules/commander/state_machine_helper.cpp +++ b/src/modules/commander/state_machine_helper.cpp @@ -245,7 +245,7 @@ main_state_transition(const vehicle_status_s &status, const main_state_t new_mai const vehicle_status_flags_s &status_flags, commander_state_s *internal_state) { // IMPORTANT: The assumption of callers of this function is that the execution of - // this check if essentially "free". Therefore any runtime checking in here has to be + // this check is essentially "free". Therefore any runtime checking in here has to be // kept super lightweight. No complex logic or calls on external function should be // implemented here. -- GitLab