This commit is contained in:
William Woodall 2018-09-11 17:39:39 -07:00 committed by GitHub
parent a0f83b071a
commit e5e338a8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ rcl_node_init(
const char * namespace_,
const rcl_node_options_t * options);
/// Finalized a rcl_node_t.
/// Finalize a rcl_node_t.
/**
* Destroys any automatically created infrastructure and deallocates memory.
* After calling, the rcl_node_t can be safely deallocated.