X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=f8b64b77c08d0c109c62129bdfeac04b775b3d6b;hp=d75dbac212a36a6f10ebb0e23a40bf54f580eaa6;hb=52e9fee3dd1d4d6dad8f268770412bcd7720026f;hpb=e833dd12e607e9e5951a657d6e99f19adddefb7d 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). */