Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix a typo and directory name mismatch
  • Loading branch information
wcshim40 authored Aug 25, 2020
1 parent d421c2d commit a9adf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ to your needs:
The preprocessor is a clang plugin, so building it requires more effort. First, copy the
[preprocessor](./src/preprocessor) directory under
`$LLVM_SRC/tools/clang/tools` and add the following line in
`$LLVM_SRC/tools/clang/toos/CMakeLists.txt`:
`$LLVM_SRC/tools/clang/tools` and change the directory name to fuzzgen, add the following line in
`$LLVM_SRC/tools/clang/tools/CMakeLists.txt`:
```
add_clang_subdirectory(fuzzgen)
```
Expand Down

0 comments on commit a9adf67

Please sign in to comment.