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

pidl: 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-08-23 15:53:59 +12:00 committed by Andrew Bartlett
parent df24eced48
commit c87504289f

View File

@ -2665,10 +2665,10 @@ sub ParseFunctionPull($$)
$self->pidl("#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION");
# This for fuzzers of ndr_pull where the out elements refer to
# This is for fuzzers of ndr_pull where the out elements refer to
# in elements in size_is or length_is.
#
# Not actually very harmful but also not useful outsie a fuzzer
# Not actually very harmful but also not useful outside a fuzzer
foreach my $e (@{$fn->{ELEMENTS}}) {
next unless (grep(/in/, @{$e->{DIRECTION}}));
next unless ($e->{LEVELS}[0]->{TYPE} eq "POINTER" and