1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

librpc:ndr: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-27 13:00:42 +13:00 committed by Andrew Bartlett
parent 0071a60fb6
commit 83c6823652

View File

@ -367,7 +367,7 @@ static uint32_t guess_string_array_size(struct ndr_pull *ndr, int ndr_flags)
* Here we could do something clever like count the number of zeros in
* the ndr data, but it is probably sufficient to pick a lowish number
* (compared to the overhead of the talloc header) and let the
* expontential resizing deal with longer arrays.
* exponential resizing deal with longer arrays.
*/
return 5;
}