diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:03:59 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:11:01 +0100 |
commit | 65c3db86256b3907404623fe1c52e01c9d12ff97 (patch) | |
tree | 8cb2d3b063980a9ea7bf4f42806d83e3f6134355 /instrumentation/README.llvm.md | |
parent | a7694e299a331bd8c4826b2402ee68cd6f83d8f9 (diff) | |
download | afl++-65c3db86256b3907404623fe1c52e01c9d12ff97.tar.gz |
Fix punctuation in connection with "e.g."
Diffstat (limited to 'instrumentation/README.llvm.md')
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index d16049fa..ac8f2f2a 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -40,7 +40,7 @@ The idea and much of the initial implementation came from Laszlo Szekeres. ## 2a) How to use this - short -Set the `LLVM_CONFIG` variable to the clang version you want to use, e.g. +Set the `LLVM_CONFIG` variable to the clang version you want to use, e.g.: ``` LLVM_CONFIG=llvm-config-9 make |