1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

Integrate typo fix (change 181392) from scheme.c to scheme-advanced.c.

Copied from Perforce
 Change: 181393
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-04-15 14:09:23 +01:00
parent 720fe3cc59
commit 2d19eadefb

View file

@ -423,7 +423,7 @@ static void error(char *format, ...)
* Protocol with `reserve` and `commmit`. This protocol allows very fast
* in-line allocation without locking, but there is a very tiny chance that
* the object must be re-initialized. In nearly all cases, however, it's
* it'just a pointer bump. See topic/allocation.
* just a pointer bump. See topic/allocation.
*
* NOTE: We could reduce duplicated code here using macros, but we want to
* write these out because this is code to illustrate how to use the