diff options
author | hexcoder- <heiko@hexco.de> | 2020-10-29 23:43:58 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-10-29 23:43:58 +0100 |
commit | 46a828212ed14b7d4c76e08ed5745dd155fd151e (patch) | |
tree | 79a03b49f7ce0cf2b59884768e2dcee58bf22394 /custom_mutators/libfuzzer | |
parent | 9e3b818c35efc3c35be728c88c4d4b2b66b52f8e (diff) | |
download | afl++-46a828212ed14b7d4c76e08ed5745dd155fd151e.tar.gz |
typo
Diffstat (limited to 'custom_mutators/libfuzzer')
-rw-r--r-- | custom_mutators/libfuzzer/FuzzerBuiltins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/libfuzzer/FuzzerBuiltins.h b/custom_mutators/libfuzzer/FuzzerBuiltins.h index 4c0ada82..7330c9d3 100644 --- a/custom_mutators/libfuzzer/FuzzerBuiltins.h +++ b/custom_mutators/libfuzzer/FuzzerBuiltins.h @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// Wrapper functions and marcos around builtin functions. +// Wrapper functions and macros around builtin functions. //===----------------------------------------------------------------------===// #ifndef LLVM_FUZZER_BUILTINS_H |