summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-07-25 22:26:25 -0400
committerAkim Demaille <akim.demaille@gmail.com>2018-10-05 07:01:04 +0200
commitb62b690ccf8ab9300b4ddea4d1d44661a7478cf4 (patch)
tree90ff6e7cb1bb9c1a5eb44e73fa0b854f8cef655f /README-hacking
parent7d687eaee3722ddbd1c0e8556a4d36b1791bf5bd (diff)
downloadbison-b62b690ccf8ab9300b4ddea4d1d44661a7478cf4.tar.gz
spelling: consuming
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-hacking b/README-hacking
index 4b92fcdd..b604ba95 100644
--- a/README-hacking
+++ b/README-hacking
@@ -194,7 +194,7 @@ To run just the testsuite (not the tests related to the examples), run `make
check-local`.
The default is for make check-local to run all tests sequentially. This can
-be very time consumming when checking repeatedly or on slower setups. This
+be very time consuming when checking repeatedly or on slower setups. This
can be sped up in two ways:
Using -j, in a make-like fashion, for example: