mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
ndr_string: Fix typo
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2a2604bfb3
commit
dd53e0524f
@ -620,7 +620,7 @@ _PUBLIC_ uint32_t ndr_string_length(const void *_var, uint32_t element_size)
|
||||
* This checks the string length based on the elements. The returned number
|
||||
* includes the terminating null byte(s) if found.
|
||||
*
|
||||
* @param[in] _var The string the calculate the length for.
|
||||
* @param[in] _var The string to calculate the length for.
|
||||
*
|
||||
* @param[in] length The length of the buffer passed by _var.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user