From 9a67f9e1e37589b548fc1823a21ffdf0b6faf4ea Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 21 Jun 2014 19:20:43 +0200 Subject: [PATCH] string.c: Fix typo in comment. --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). */ -- 2.39.2