Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
barak committed Dec 4, 2017
1 parent 2d1d3ad commit bf67725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scheme.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf67725

Please sign in to comment.