mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fixing typo thanks to <https://github.com/ravenbrook/mps/pull/4#issuecomment-43051451>
This commit is contained in:
parent
dc77e889d1
commit
273839a834
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ static void error(const char *format, ...)
|
|||
* that type.
|
||||
*
|
||||
* These functions illustrate the two-phase MPS Allocation Point
|
||||
* Protocol with `reserve` and `commmit`. This protocol allows very fast
|
||||
* Protocol with `reserve` and `commit`. 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
|
||||
* just a pointer bump. See topic/allocation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue