From cc195f81ccb7c6bd0a3cbe2cc9338886076d68b2 Mon Sep 17 00:00:00 2001 From: Yadu Date: Mon, 19 Feb 2024 13:24:28 +0800 Subject: [PATCH] Update rmw_zenoh_cpp/src/rmw_event.cpp Co-authored-by: Chris Lalancette Signed-off-by: Yadu --- rmw_zenoh_cpp/src/rmw_event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_zenoh_cpp/src/rmw_event.cpp b/rmw_zenoh_cpp/src/rmw_event.cpp index d102e060..0fde0913 100644 --- a/rmw_zenoh_cpp/src/rmw_event.cpp +++ b/rmw_zenoh_cpp/src/rmw_event.cpp @@ -159,7 +159,7 @@ rmw_take_event( return RMW_RET_ERROR; } - // Now depending on the event, populate the rwm event status. + // Now depending on the event, populate the rmw event status. switch (zenoh_event_it->second) { case ZENOH_EVENT_REQUESTED_QOS_INCOMPATIBLE: { auto ei = static_cast(event_info);