Skip to content

Commit 0b890ee

Browse files
author
Chen Lihui
committed
update comment
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
1 parent 01f48bd commit 0b890ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/test/rclcpp/test_memory_strategy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ TEST_F(TestMemoryStrategy, get_group_by_subscription) {
365365
callback_group,
366366
memory_strategy()->get_group_by_subscription(subscription, weak_groups_to_nodes));
367367
} // Node goes out of scope
368-
// callback_group and NodeBase(SubscriptionBase->rcl_node_t->NodeBase) is still alive.
368+
// NodeBase(SubscriptionBase->rcl_node_t->NodeBase) is still alive.
369369
EXPECT_EQ(
370370
callback_group,
371371
memory_strategy()->get_group_by_subscription(subscription, weak_groups_to_nodes));

0 commit comments

Comments
 (0)