mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
talloc: Fix typo
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9769b594f4
commit
f14d5a0187
@ -726,7 +726,7 @@ _PUBLIC_ size_t talloc_total_blocks(const void *ptr);
|
||||
*
|
||||
* @param[in] p The memory chunk you want to duplicate.
|
||||
*
|
||||
* @param[in] size Number of char's that you want copy.
|
||||
* @param[in] size Number of chars that you want to copy.
|
||||
*
|
||||
* @return The allocated memory chunk.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user