mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
Fix spelling error.
This commit is contained in:
parent
dfbd9fdf9a
commit
8eb6813daa
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
@c $Id: intro.texi,v 1.12 2001-06-14 17:36:41 mvo Exp $
|
@c $Id: intro.texi,v 1.12.2.1 2001-07-18 06:46:09 ttn Exp $
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@node What is Guile?
|
@node What is Guile?
|
||||||
|
@ -410,7 +410,7 @@ Why must the caller do all the real work from @var{main_func}? Guile's
|
||||||
garbage collector scans the stack to find all local variables that
|
garbage collector scans the stack to find all local variables that
|
||||||
reference Scheme objects. To do this, it needs to know the bounds of
|
reference Scheme objects. To do this, it needs to know the bounds of
|
||||||
the stack that might contain such references. Because there is no
|
the stack that might contain such references. Because there is no
|
||||||
protable way in C to find the base of the stack, @code{scm_boot_guile}
|
portable way in C to find the base of the stack, @code{scm_boot_guile}
|
||||||
assumes that all references are above its own stack frame. If you try
|
assumes that all references are above its own stack frame. If you try
|
||||||
to manipulate Scheme objects after this function returns, it's the luck
|
to manipulate Scheme objects after this function returns, it's the luck
|
||||||
of the draw whether Guile's storage manager will be able to find the
|
of the draw whether Guile's storage manager will be able to find the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue