From ff6246d87610b04198e90fc058460a7b5ced5211 Mon Sep 17 00:00:00 2001 From: Devin Bonnie Date: Tue, 2 Apr 2019 14:45:06 -0700 Subject: [PATCH] Edit documentation block to fix linting errors --- rmw/include/rmw/rmw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw/include/rmw/rmw.h b/rmw/include/rmw/rmw.h index a2d4e0c4..dcd85877 100644 --- a/rmw/include/rmw/rmw.h +++ b/rmw/include/rmw/rmw.h @@ -184,7 +184,7 @@ rmw_destroy_node(rmw_node_t * node); /// Manually assert that this node is alive (for RMW_QOS_POLICY_LIVELINESS_MANUAL_BY_NODE) /** - * If the rmw Liveliness policy is set to RMW_QOS_POLICY_LIVELINESS_MANUAL_BY_NODE, the creator of + * If the rmw Liveliness policy is set to RMW_QOS_POLICY_LIVELINESS_MANUAL_BY_NODE, the creator of * this node may manually call `assert_liveliness` at some point in time to signal to the rest * of the system that this Node is still alive. *