1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
This commit is contained in:
Richard Brooksby 2016-01-28 16:03:16 +00:00
parent dc77e889d1
commit 273839a834

View file

@ -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.