X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Finternals%2Fdiscriminating-functions.texinfo;fp=doc%2Finternals%2Fdiscriminating-functions.texinfo;h=63f61a850f1766d1305719f59bb9da13627aa70a;hb=e35a79c777f51eddd3dcb0ca27000ce4cfa60e73;hp=ea4c17ba86f25ac57b395fdec345b5934d648e7b;hpb=d15afa61c4854eddb4b61e3d8772590db760c565;p=sbcl.git diff --git a/doc/internals/discriminating-functions.texinfo b/doc/internals/discriminating-functions.texinfo index ea4c17b..63f61a8 100644 --- a/doc/internals/discriminating-functions.texinfo +++ b/doc/internals/discriminating-functions.texinfo @@ -177,7 +177,7 @@ this pseudovector of random hash values. To look a value up from a cache from a single class, the hash corresponding to the cache's index is looked up and reduced to the size of the cache (by bitmasking, for cache sizes of a power of two); then the entry at that index is looked -up and compared for indentity with the wrapper in question. If it +up and compared for identity with the wrapper in question. If it matches, this is a hit; otherwise the cache is walked sequentially from this index, skipping the 0th entry. If the original index is reached, the cache does not contain the value sought@footnote{Actually, there's