From: Joseph Sutton Date: Mon, 10 Jul 2023 02:42:55 +0000 (+1200) Subject: ndr_string: Fix typo X-Git-Tag: tevent-0.16.0~1233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd53e0524f86d552ce3a73469fa46d2547db0d13;p=thirdparty%2Fsamba.git ndr_string: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/librpc/ndr/ndr_string.c b/librpc/ndr/ndr_string.c index 783e11be334..0d93508ff1c 100644 --- a/librpc/ndr/ndr_string.c +++ b/librpc/ndr/ndr_string.c @@ -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. *