diff options
author | van Hauser <vh@thc.org> | 2020-05-05 20:23:16 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-05 20:23:16 +0200 |
commit | 128e4d55651731a876cd33bee900021cf61ab39b (patch) | |
tree | 3b975b87d290c7afebff14c8d3ab0c1db7d9107c /llvm_mode/afl-clang-fast.c | |
parent | ad3960580d4b462e53c98f82283cd11037558642 (diff) | |
download | afl++-128e4d55651731a876cd33bee900021cf61ab39b.tar.gz |
more typos fixed
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r-- | llvm_mode/afl-clang-fast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index 4b9999a6..2d1b427c 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -717,7 +717,7 @@ int main(int argc, char **argv, char **envp) { if (instrument_mode == INSTRUMENT_LTO) FATAL( "instrumentation mode LTO specified but LLVM support not available " - "(requires LLVM 11)"); + "(requires LLVM 11 or higher)"); #endif if (instrument_opt_mode && instrument_mode != INSTRUMENT_CLASSIC && |