about summary refs log tree commit diff
path: root/custom_mutators/libfuzzer
diff options
context:
space:
mode:
Diffstat (limited to 'custom_mutators/libfuzzer')
-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