diff --git a/controller_manager/src/controller_manager.cpp b/controller_manager/src/controller_manager.cpp index 43665c2548..ee2ee87218 100644 --- a/controller_manager/src/controller_manager.cpp +++ b/controller_manager/src/controller_manager.cpp @@ -840,7 +840,7 @@ void ControllerManager::clear_requests() { deactivate_request_.clear(); activate_request_.clear(); - // Set these interfaces are unavailable when clearing requests to avoid leaving them in available + // Set these interfaces as unavailable when clearing requests to avoid leaving them in available // state without the controller being in active state for (const auto & controller_name : to_chained_mode_request_) {