diff options
author | hexcoder- <heiko@hexco.de> | 2020-10-29 23:45:22 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-10-29 23:45:22 +0100 |
commit | 3e17a90faa067393b0695711dafb6b8716935829 (patch) | |
tree | 146663f461cde34202b03b47a62bc4a585e99d96 /custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h | |
parent | 46a828212ed14b7d4c76e08ed5745dd155fd151e (diff) | |
download | afl++-3e17a90faa067393b0695711dafb6b8716935829.tar.gz |
typo
Diffstat (limited to 'custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h')
-rw-r--r-- | custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h b/custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h index c5bec978..6754577c 100644 --- a/custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h +++ b/custom_mutators/libfuzzer/FuzzerBuiltinsMsvc.h @@ -5,7 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// Wrapper functions and marcos that use intrinsics instead of builtin functions +// Wrapper functions and macros that use intrinsics instead of builtin functions // which cannot be compiled by MSVC. //===----------------------------------------------------------------------===// |