From 296cf54c41e837568ac77570d58a133c41db0b63 Mon Sep 17 00:00:00 2001 From: Sebastian Stark Date: Sun, 1 Feb 2009 23:51:59 +0100 Subject: [PATCH 1/1] remove paraslash relict in comment --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index 77c90cb..946faab 100644 --- a/string.c +++ b/string.c @@ -138,7 +138,7 @@ __must_check __printf_1_2 __malloc char *make_message(const char *fmt, ...) * Append \p b to \p a. * * \return If \a a is \p NULL, return a pointer to a copy of \a b, i.e. - * para_strcat(NULL, b) is equivalent to para_strdup(b). If \a b is \p NULL, + * adu_strcat(NULL, b) is equivalent to adu_strdup(b). If \a b is \p NULL, * return \a a without making a copy of \a a. Otherwise, construct the * concatenation \a c, free \a a (but not \a b) and return \a c. * -- 2.39.2