Skip to content

Commit f961ca7

Browse files
Fix typo in rclcpp_components benchmark_components (#2602)
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
1 parent 6da8363 commit f961ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp_components/test/benchmark/benchmark_components.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ BENCHMARK_F(ComponentTest, create_node_instance)(benchmark::State & state)
109109
}
110110

111111
// Choosing resource 0 - the other two test components were shown empirically to yield
112-
// the same performance charactarisitics, so they shouldn't need their own benchmarks.
112+
// the same performance characteristics, so they shouldn't need their own benchmarks.
113113
const std::shared_ptr<rclcpp_components::NodeFactory> factory =
114114
manager->create_component_factory(resources[0]);
115115

0 commit comments

Comments
 (0)