pidl: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 23 Aug 2023 03:53:59 +0000 (15:53 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm

index f468af54eb68523e1c243f44cc3fd6ae5252225c..15f695d00d7338ec5ad0ed94ce90b86ac5679ee4 100644 (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