From ff22e575262b65b87c8645dac297e03b06ab7e8b Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" <g.a.vanderhoorn@tudelft.nl> Date: Sun, 26 May 2024 21:33:18 +0200 Subject: [PATCH] remap_impl: minor typo (#1158) Signed-off-by: G.A. vd. Hoorn <g.a.vanderhoorn@tudelft.nl> --- rcl/src/rcl/remap_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/src/rcl/remap_impl.h b/rcl/src/rcl/remap_impl.h index 3948847d6..2a16efa2e 100644 --- a/rcl/src/rcl/remap_impl.h +++ b/rcl/src/rcl/remap_impl.h @@ -26,7 +26,7 @@ extern "C" { #endif -/// Enum doubles as a bitmask for rule sthat apply to both topics and services. +/// Enum doubles as a bitmask for rules that apply to both topics and services. typedef enum rcl_remap_type_t { RCL_UNKNOWN_REMAP = 0,