Talloc doc: Fix a cut&paste error
authorVolker Lendecke <vl@samba.org>
Wed, 18 Apr 2012 08:22:39 +0000 (10:22 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 18 Apr 2012 09:59:49 +0000 (11:59 +0200)
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Apr 18 11:59:49 CEST 2012 on sn-devel-104

lib/talloc/talloc.h

index 5d905073b43ff0c24f8d83d99f6c13833bb57790..ebd2ab5d0a4e1d1eee2dc8bcbef7638b20241d9e 100644 (file)
@@ -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
- * <code>strlen(s) + strlen(a, n) + 1</code> characters.
+ * <code>strlen(s) + strlen(a) + 1</code> characters.
  *
  * This functions sets the name of the new pointer to the new
  * string. This is equivalent to: