1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 00:07:09 -07:00

Fix typo.

Copied from Perforce
 Change: 183987
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-01-14 10:44:17 +00:00
parent 99420a32e8
commit b264bc1b5c

View file

@ -336,7 +336,7 @@ If you look up a key in an address-based hash table and fail to find it
there, that might be because the table's dependency on the location of
the key is stale: that is, if the garbage collector moved the key. The
function :c:func:`mps_ld_isstale` tells you if a block whose
locations you depended upon since the last call to
location you depended upon since the last call to
:c:func:`mps_ld_reset` might have moved.
.. code-block:: c