Fixed typo. (Merge from HEAD).

This commit is contained in:
mainzelm 2003-05-23 07:29:18 +00:00
parent 29258b6adc
commit ce90c83263
1 changed files with 7 additions and 7 deletions

View File

@ -818,13 +818,13 @@ or \ex{--} flags.
\subsection{Stripped image}
Besides the standard image \ex{scsh.image} scsh also ships with the
much smaller image \ex{stripped-scsh.image}. This image contains
the same code as the standard image but has almost all debugging
information removed. \ex{stripped-scsh.image} is intended to be
used with standalone programs where startup time and memory
consumption count but debugging an errors the scheme code is not that
important. To use the image the VM has to be called directly and the
path to the image must be given after the \ex{-i} argument.
much smaller image \ex{stripped-scsh.image}. This image contains the
same code as the standard image but has almost all debugging
information removed. \ex{stripped-scsh.image} is intended to be used
with standalone programs where startup time and memory consumption
count but debugging the scheme code is not that important. To use the
image the VM has to be called directly and the path to the image must
be given after the \ex{-i} argument.
\subsection{Inserting interpreter triggers into heap images}
{\scm}'s heap image format allows for an informational header: