original commit: bf67725d5538defc7e006b0fb7a2eb95993b6f34
This commit is contained in:
Barak A. Pearlmutter 2017-12-04 09:35:31 +00:00
parent db1ce365fc
commit 877bf5e25b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
*/
/* globals that do NOT need to be preserved in a saved heap.
* they must be initalized each time the system is brought up. */
* they must be initialized each time the system is brought up. */
/* gc.c */
EXTERN IBOOL S_checkheap;

View File

@ -14,7 +14,7 @@
\fB{InstallPetiteName}\fP [ \fIoptions\fP ] \fIfile\fP ...
.SH DESCRIPTION
\*s is a programming language, based on R6RS Scheme, and a
high-performance implementation of that langauge.
high-performance implementation of that language.
\*s compiles source expressions \fIincrementally\fP to machine code,
providing the speed of compiled code in an interactive system.
.LP