From b264bc1b5c32f04bc0bcb8ff9fb689a93c78ca92 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 14 Jan 2014 10:44:17 +0000 Subject: [PATCH] Fix typo. Copied from Perforce Change: 183987 ServerID: perforce.ravenbrook.com --- mps/manual/source/guide/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/manual/source/guide/advanced.rst b/mps/manual/source/guide/advanced.rst index 332e99f6de3..13635cca796 100644 --- a/mps/manual/source/guide/advanced.rst +++ b/mps/manual/source/guide/advanced.rst @@ -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