Skip to content

Commit

Permalink
Update new_library.md (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov authored and Dor1s committed Oct 12, 2016
1 parent 25cbaa3 commit 4cbb906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/new_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ library go into <https://github.com/google/oss-fuzz/tree/master/expat>.
*periodically to garbage collect unused images.*


Building fuzzers requires building your library with a fresh of
Building fuzzers requires building your library with a fresh
Clang compiler and special compiler flags. An easy-to-use Docker image is
provided to simplify tool distribution.

If you'd like to get more familiar with how building libFuzzer-style fuzzers work in
If you'd like to get more familiar with how libFuzzer-style fuzzers work in
general, check out [this page](http://llvm.org/docs/LibFuzzer.html).

## Overview
Expand Down Expand Up @@ -128,7 +128,7 @@ in this project repository.
Any top-level files in the library directory ending with the extension ".dict"
or ".options" will be picked up by ClusterFuzz. Files ending with ".dict" are
assumed to be libFuzzer compatible [dictionaries], and .options files have the
assumed to be libFuzzer-compatible [dictionaries], and .options files have the
format:
```
Expand Down

0 comments on commit 4cbb906

Please sign in to comment.