From da423da2989ff00f04c2e47bb9ebbe6e0174cb8a Mon Sep 17 00:00:00 2001 From: hugodu69 Date: Sat, 7 Mar 2020 14:43:57 +0100 Subject: [PATCH] modif comment joinfree --- srcs/ft_strjoinfree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"