Skip to content

Commit a9adf67

Browse files
authored
Update README.md
Fix a typo and directory name mismatch
1 parent d421c2d commit a9adf67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ to your needs:
5858
5959
The preprocessor is a clang plugin, so building it requires more effort. First, copy the
6060
[preprocessor](./src/preprocessor) directory under
61-
`$LLVM_SRC/tools/clang/tools` and add the following line in
62-
`$LLVM_SRC/tools/clang/toos/CMakeLists.txt`:
61+
`$LLVM_SRC/tools/clang/tools` and change the directory name to fuzzgen, add the following line in
62+
`$LLVM_SRC/tools/clang/tools/CMakeLists.txt`:
6363
```
6464
add_clang_subdirectory(fuzzgen)
6565
```

0 commit comments

Comments
 (0)