cs/README.txt - fix typos

This commit is contained in:
dharmatech 2018-12-11 10:39:14 -03:00 committed by Gustavo Massaccesi
parent 7810232b67
commit 0108bf43a9

View File

@ -198,7 +198,7 @@ Structure
The Racket-on-Chez implementation is in layers. The immediate layer
over Chez Scheme is called "Rumble", and it implements delimited
continuations, structures, chaperones and imperaontors, engines (for
continuations, structures, chaperones and impersonators, engines (for
threads), and similar base functionality. The Rumble layer is
implemented in Chez Scheme.
@ -517,12 +517,12 @@ configuration:
* `DEBUG_COMP` not enabled --- or, if you enable it, run `make
strip`.
Effectivess: Avoids increasing the load time for the Rumble and
Effectiveness: Avoids increasing the load time for the Rumble and
other layers by 30-50%.
* `PLT_CS_DEBUG` not set --- an environment variable similar to
`DEBUG_COMP`, but applies to code compiled by Racket-on-Chez.
Effectivess: Avoids improvement to stack traces, but also avoids
Effectiveness: Avoids improvement to stack traces, but also avoids
increases load time and memory use of Racket programs by as much as
50%.