From c4c8845930bf4a89e93f63d201de577ed36d5775 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 18 Apr 2012 10:22:39 +0200 Subject: Talloc doc: Fix a cut&paste error Autobuild-User: Volker Lendecke Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104 --- lib/talloc/talloc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 5d905073b4..ebd2ab5d0a 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -1301,11 +1301,8 @@ char *talloc_strdup(const void *t, const char *p); /** * @brief Append a string to given string. * - * The destination string is reallocated to take strlen(s) + strlen(a) + 1 - * characters. - * * The destination string is reallocated to take - * strlen(s) + strlen(a, n) + 1 characters. + * strlen(s) + strlen(a) + 1 characters. * * This functions sets the name of the new pointer to the new * string. This is equivalent to: -- cgit