From: Paul Eggert Date: Fri, 25 Oct 2002 05:37:58 +0000 (+0000) Subject: Fix misspelling of "Valgrind". X-Git-Tag: BISON-1_875~381 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1f1b791bf03a3921c2b304893dfe21c76650d801 Fix misspelling of "Valgrind". --- diff --git a/HACKING b/HACKING index 3db97743..8db72959 100644 --- a/HACKING +++ b/HACKING @@ -54,7 +54,7 @@ release: - run `make maintainer-check' which: - runs `valgrind -q bison' to run Bison under Valgrind. - - runs the parsers under Valdrind. + - runs the parsers under Valgrind. - runs the test suite with G++ as C compiler... - Change tests/atlocal/CFLAGS to add your preferred options. For