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 Nov 6, 2018
1 parent 5e89549 commit c46ebc4
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 c46ebc4

Please sign in to comment.