summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-07-01 17:52:16 -0700
committerNico Weber <nicolasweber@gmx.de>2015-07-01 17:52:16 -0700
commitc81c127a0c2a20d6c6e05ed5710fc6002565e401 (patch)
tree731a0f43b545d9a0768d7434606f03c89286fe5e
parent184927e8a732e450cd8eb88407b12772cbbdf9e3 (diff)
downloadninja-c81c127a0c2a20d6c6e05ed5710fc6002565e401.tar.gz
fix typos, punctuation, redundant words in HACKING.md
-rw-r--r--HACKING.md9
1 files 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