Skip to content

Commit

Permalink
fix typos, punctuation, redundant words in HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 2, 2015
1 parent 184927e commit c81c127
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ run `ninja_test` when developing.
### Bootstrapping

Ninja is built using itself. To bootstrap the first binary, run the
configure script as `./configure.py --bootstrap`. It This first
compiles all non-test source files together, then re-builds Ninja
using itself. You should end up with a `ninja' binary (or
`ninja.exe`) in the source root.
configure script as `./configure.py --bootstrap`. This first compiles
all non-test source files together, then re-builds Ninja using itself.
You should end up with a `ninja` binary (or `ninja.exe`) in the source root.

#### Windows

Expand Down Expand Up @@ -192,7 +191,7 @@ root directory:
./ninja_test
gcov build/*.o

Look at the generated `.gcov` files directly, or use your favorit gcov viewer.
Look at the generated `.gcov` files directly, or use your favorite gcov viewer.

### Using afl-fuzz

Expand Down

0 comments on commit c81c127

Please sign in to comment.