From c81c127a0c2a20d6c6e05ed5710fc6002565e401 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 1 Jul 2015 17:52:16 -0700 Subject: [PATCH] fix typos, punctuation, redundant words in HACKING.md --- HACKING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/HACKING.md b/HACKING.md index 1ba520c..7fdb152 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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 @@ -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 -- 2.7.4