From 0108bf43a9091aa80088f630c66aa9cb0f84b481 Mon Sep 17 00:00:00 2001 From: dharmatech Date: Tue, 11 Dec 2018 10:39:14 -0300 Subject: [PATCH] cs/README.txt - fix typos --- racket/src/cs/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/racket/src/cs/README.txt b/racket/src/cs/README.txt index c90907c64b..f145c2d3df 100644 --- a/racket/src/cs/README.txt +++ b/racket/src/cs/README.txt @@ -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%.