aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-10-29 23:43:58 +0100
committerhexcoder- <heiko@hexco.de>2020-10-29 23:43:58 +0100
commit46a828212ed14b7d4c76e08ed5745dd155fd151e (patch)
tree79a03b49f7ce0cf2b59884768e2dcee58bf22394 /custom_mutators
parent9e3b818c35efc3c35be728c88c4d4b2b66b52f8e (diff)
downloadAFLplusplus-46a828212ed14b7d4c76e08ed5745dd155fd151e.tar.gz
typo
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/libfuzzer/FuzzerBuiltins.h2
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