summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-18 21:09:10 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-18 21:09:10 +0300
commit09fdbf154480c222d0c6409873bfe1888634cf3c (patch)
tree798a38377e563ca60d23645888edbbf0b2ca40bb /README.md
parent6beefe83c068d0df4e487e68a1309fdff0176a05 (diff)
downloadbdwgc-09fdbf154480c222d0c6409873bfe1888634cf3c.tar.gz
Fix capital case of setjmp_test and gctest in README and comments
* Makefile.direct (HOSTCFLAGS): Start setjmp_test word with lower case in comment. * README.md (Installation and Portability): Likewise. * mach_dep.c (GC_with_callee_saves_pushed): Likewise. * tools/setjmp_t.c (main): Likewise. * Makefile.direct (setjmp_test): Start gctest word with lower case in comment. * OS2_MAKEFILE (CFLAGS): Likewise. * README.md (Installation and Portability): Likewise. * SMakefile.amiga (finalize.o): Likewise.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b6db6d95..d47f7f07 100644
--- a/README.md
+++ b/README.md
@@ -203,10 +203,10 @@ atomic intrinsics.
Below we focus on the collector build using classic makefile.
For the Makefile.direct-based process, typing `make check` instead of `make`
will automatically build the collector and then run `setjmp_test` and `gctest`.
-`Setjmp_test` will give you information about configuring the collector, which is
-useful primarily if you have a machine that's not already supported. Gctest is
+`setjmp_test` will give you information about configuring the collector, which is
+useful primarily if you have a machine that's not already supported. gctest is
a somewhat superficial test of collector functionality. Failure is indicated
-by a core dump or a message to the effect that the collector is broken. Gctest
+by a core dump or a message to the effect that the collector is broken. gctest
takes about a second to two to run on reasonable 2007 vintage desktops. It may
use up to about 30 MB of memory. (The multi-threaded version will use more.
64-bit versions may use more.) `make check` will also, as its last step,