about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-03-10 00:55:26 +0100
committerDominik Maier <domenukk@gmail.com>2021-03-10 00:55:26 +0100
commitf21a5c42c150fa48099144b937d5ec48fdc7048b (patch)
tree46f4e440bd87c5c1dda8f448f8973fda27234d39
parentd471fc9509159a0cec4f6a98672cc7a7d2227588 (diff)
downloadafl++-f21a5c42c150fa48099144b937d5ec48fdc7048b.tar.gz
tiny typo fixed
-rw-r--r--src/afl-cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index b9e0c101..49de08e7 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1693,7 +1693,7 @@ int main(int argc, char **argv, char **envp) {
           "  AFL_DONT_OPTIMIZE: disable optimization instead of -O3\n"
           "  AFL_NO_BUILTIN: no builtins for string compare functions (for "
           "libtokencap.so)\n"
-          "  AFL_NOOP: behave lik a normal compiler (to pass configure tests)\n"
+          "  AFL_NOOP: behave like a normal compiler (to pass configure tests)\n"
           "  AFL_PATH: path to instrumenting pass and runtime  "
           "(afl-compiler-rt.*o)\n"
           "  AFL_IGNORE_UNKNOWN_ENVS: don't warn on unknown env vars\n"