Merge pull request #239 from barak/master

fixed a couple typos
original commit: 073dbccf7fec0b2856c2f85e5f3636f2702c630b
This commit is contained in:
Bob Burger 2017-12-04 09:47:22 -05:00 committed by GitHub
commit 449d7c7f38
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