From dd53e0524f86d552ce3a73469fa46d2547db0d13 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 10 Jul 2023 14:42:55 +1200 Subject: [PATCH] ndr_string: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- librpc/ndr/ndr_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.47.3