Skip to content

Commit

Permalink
fix typo and clarify function brief description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and ruffsl committed Oct 31, 2018
1 parent d2ff8f6 commit 2fadf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rcutils/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ rcutils_join_path(
const char * right_hand_path,
rcutils_allocator_t allocator);

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

0 comments on commit 2fadf3b

Please sign in to comment.