From 46a828212ed14b7d4c76e08ed5745dd155fd151e Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 29 Oct 2020 23:43:58 +0100 Subject: [PATCH] typo --- custom_mutators/libfuzzer/FuzzerBuiltins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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