Skip to content

Commit

Permalink
comment fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood committed Feb 13, 2018
1 parent a7dc313 commit a34cdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcl/test/rcl/test_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ TEST_F(CLASSNAME(TestNodeFixture, RMW_IMPLEMENTATION), test_rcl_node_logger_name
EXPECT_EQ(RCL_RET_OK, ret);
}

// Node namespace that is an empty string, which is also valid.
// Node namespace that is an empty string.
{
rcl_node_t node = rcl_get_zero_initialized_node();
ret = rcl_node_init(&node, name, "", &default_options);
Expand All @@ -627,7 +627,7 @@ TEST_F(CLASSNAME(TestNodeFixture, RMW_IMPLEMENTATION), test_rcl_node_logger_name
EXPECT_EQ(RCL_RET_OK, ret);
}

// Node namespace that is just a forward slash, which is valid.
// Node namespace that is just a forward slash.
{
rcl_node_t node = rcl_get_zero_initialized_node();
ret = rcl_node_init(&node, name, "/", &default_options);
Expand Down

0 comments on commit a34cdbb

Please sign in to comment.