From: Volker Lendecke Date: Wed, 18 Apr 2012 08:22:39 +0000 (+0200) Subject: Talloc doc: Fix a cut&paste error X-Git-Tag: samba-4.0.0alpha20~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4c8845930bf4a89e93f63d201de577ed36d5775;p=thirdparty%2Fsamba.git 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 --- diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 5d905073b43..ebd2ab5d0a4 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: