diff options
Diffstat (limited to 'gcc_plugin/afl-gcc-pass.so.cc')
-rw-r--r-- | gcc_plugin/afl-gcc-pass.so.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc_plugin/afl-gcc-pass.so.cc b/gcc_plugin/afl-gcc-pass.so.cc index 9c08cec4..1346979c 100644 --- a/gcc_plugin/afl-gcc-pass.so.cc +++ b/gcc_plugin/afl-gcc-pass.so.cc @@ -52,8 +52,8 @@ #include "../config.h" #include "../include/debug.h" -/* clear helper AFL types pulls in, which intervene with gcc-plugin geaders from - * GCC-8 */ +/* clear helper macros AFL types pull in, which intervene with gcc-plugin + * headers from GCC-8 */ #ifdef likely #undef likely #endif |