Skip to content

Commit c46ebc4

Browse files
mikaelarguedasruffsl
authored andcommitted
fix typo and clarify function brief description
1 parent 5e89549 commit c46ebc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rcutils/filesystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ rcutils_join_path(
126126
const char * right_hand_path,
127127
rcutils_allocator_t allocator);
128128

129-
/// Return newly allocated string with argument normlized by correct delimiter for the platform.
129+
/// Return newly allocated string with all argument's "/" replaced by platform specific separator.
130130
/**
131131
* This function allocates memory and returns it to the caller.
132132
* It is up to the caller to release the memory once it is done with it by

0 commit comments

Comments
 (0)