1
0
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:
Joseph Sutton 2023-07-13 11:42:16 +12:00 committed by Andrew Bartlett
parent 9769b594f4
commit f14d5a0187

View File

@ -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.
*