diff --git a/srcs/ft_strjoinfree.c b/srcs/ft_strjoinfree.c index 8e0247b..394455d 100644 --- a/srcs/ft_strjoinfree.c +++ b/srcs/ft_strjoinfree.c @@ -11,8 +11,8 @@ /* ************************************************************************** */ /* -** create a new string by concatenating the two strings s1 -** and s2 then freeing them +** create a new string by concatenating the two strings s1 and s2 +** then free s1 */ #include "libft.h"