mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
Fix spelling mistake
This commit is contained in:
parent
1110299262
commit
6de50a5278
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2000-07-28 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* data-rep.texi (Garbage Collection): Fix "accomodate" spelling
|
||||||
|
mistake.
|
||||||
|
|
||||||
2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
|
* data-rep.tex: Removed documentation for SCM_OUTOFRANGE.
|
||||||
|
|
|
@ -46,7 +46,7 @@ by the Free Software Foundation.
|
||||||
@sp 10
|
@sp 10
|
||||||
@comment The title is printed in a large font.
|
@comment The title is printed in a large font.
|
||||||
@title Data Representation in Guile
|
@title Data Representation in Guile
|
||||||
@subtitle $Id: data-rep.texi,v 1.12 2000-06-30 10:46:33 dirk Exp $
|
@subtitle $Id: data-rep.texi,v 1.13 2000-07-28 13:19:01 ossau Exp $
|
||||||
@subtitle For use with Guile @value{VERSION}
|
@subtitle For use with Guile @value{VERSION}
|
||||||
@author Jim Blandy
|
@author Jim Blandy
|
||||||
@author Free Software Foundation
|
@author Free Software Foundation
|
||||||
|
@ -493,7 +493,7 @@ problem. The alternative, an explicitly maintained list of local
|
||||||
variable addresses, is effectively much less reliable, due to programmer
|
variable addresses, is effectively much less reliable, due to programmer
|
||||||
error.
|
error.
|
||||||
|
|
||||||
To accomodate this technique, data must be represented so that the
|
To accommodate this technique, data must be represented so that the
|
||||||
collector can accurately determine whether a given stack word is a
|
collector can accurately determine whether a given stack word is a
|
||||||
pointer or not. Guile does this as follows:
|
pointer or not. Guile does this as follows:
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue