]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/fuzzing: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 27 Nov 2023 06:41:13 +0000 (19:41 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/fuzzing/fuzz_conditional_ace_blob.c
lib/fuzzing/wscript_build

index 70bb5723c51aad80c98f5922f3a3ef43ebabb0e3..ed0bbd536bc1140864af0176c6d8a869bc3021cd 100644 (file)
@@ -123,7 +123,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *input, size_t len)
         *       abort();
         * }
         *
-        * but that isn't really fair. The docompilation into SDDL
+        * but that isn't really fair. The decompilation into SDDL
         * does not make thorough sanity checks because that is not
         * its job -- it is just trying to depict what is there -- and
         * there are many ambiguous decompilations.
index 1e796bf3cb6b48f8b00bee7e3778d57ef1ddfd0c..5a9801321aacc0b20def351bac1307130b4850db 100644 (file)
@@ -206,7 +206,7 @@ def SAMBA_NDR_FUZZ(bld, interface, auto_deps=False,
 
 Build.BuildContext.SAMBA_NDR_FUZZ = SAMBA_NDR_FUZZ
 
-# fuzz_ndr_X is generated from the list if IDL fed to PIDL
+# fuzz_ndr_X is generated from the list of IDL fed to PIDL
 # however there are exceptions to the normal pattern
 bld.SAMBA_NDR_FUZZ('iremotewinspool') # winspool.idl
 bld.SAMBA_NDR_FUZZ('FileServerVssAgent') # fsvrp.idl