Skip to content

Commit 379bd38

Browse files
committed
Fix comment typos
1 parent 942d4fe commit 379bd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rcl/src/rcl/node.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ const char * rcl_create_node_logger_name(
106106
* "a/b/c", where the delimiter "/" is native for target file system (e.g. "\\" for _WIN32).
107107
* However, this expansion can be overridden by setting the secure node directory environment
108108
* variable, allowing users to explicitly specify the exact secure root directory to be utilized.
109-
* Such an override is useful for case where the FQN of a node is non-determinist before runtime,
110-
* or when testing and using additional tools that may not otherwise not be easily provisioned
109+
* Such an override is useful for where the FQN of a node is non-deterministic before runtime,
110+
* or when testing and using additional tools that may not otherwise not be easily provisioned.
111111
*
112112
* \param[in] node_name validated node name (a single token)
113113
* \param[in] node_namespace validated, absolute namespace (starting with "/")

0 commit comments

Comments
 (0)