From 2fadf3b06c8d171ac2d23d65e2550f5ed9a9696b Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Thu, 20 Sep 2018 12:22:23 -0700 Subject: [PATCH] fix typo and clarify function brief description --- include/rcutils/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rcutils/filesystem.h b/include/rcutils/filesystem.h index 21741368..23a81c4f 100644 --- a/include/rcutils/filesystem.h +++ b/include/rcutils/filesystem.h @@ -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