]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
string.c: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sat, 21 Jun 2014 17:20:43 +0000 (19:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 Jan 2015 08:38:37 +0000 (09:38 +0100)
string.c

index d75dbac212a36a6f10ebb0e23a40bf54f580eaa6..f8b64b77c08d0c109c62129bdfeac04b775b3d6b 100644 (file)
--- 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.
  *
  * 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).
  */
  *
  * \sa realloc(3).
  */