From: Andre Noll Date: Sat, 21 Jun 2014 17:20:43 +0000 (+0200) Subject: string.c: Fix typo in comment. X-Git-Tag: v0.5.4~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9a67f9e1e37589b548fc1823a21ffdf0b6faf4ea string.c: Fix typo in comment. --- diff --git a/string.c b/string.c index d75dbac2..f8b64b77 100644 --- a/string.c +++ b/string.c @@ -31,8 +31,8 @@ * A wrapper for realloc(3). It calls \p exit(\p EXIT_FAILURE) on errors, * i.e. there is no need to check the return value in the caller. * - * \return A pointer to the newly allocated memory, which is suitably aligned - * for any kind of variable and may be different from \a p. + * \return A pointer to newly allocated memory which is suitably aligned for + * any kind of variable and may be different from \a p. * * \sa realloc(3). */