diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-23 17:01:07 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-23 17:13:54 +0100 |
commit | 9a2a2aef1c84292cc51719ee36e12c5723554efe (patch) | |
tree | b70535bb3ff548014e24970d634be03c8769c7f3 /docs/storage-mgt | |
parent | 8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (diff) | |
download | haskell-9a2a2aef1c84292cc51719ee36e12c5723554efe.tar.gz |
Spelling only [ci skip]
Diffstat (limited to 'docs/storage-mgt')
-rw-r--r-- | docs/storage-mgt/sm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/storage-mgt/sm.tex b/docs/storage-mgt/sm.tex index 679a4c1915..4a52d61f5b 100644 --- a/docs/storage-mgt/sm.tex +++ b/docs/storage-mgt/sm.tex @@ -823,7 +823,7 @@ The list @mut_once_list@ is also adjusted if it is safe to remove @r@ from \subsubsection{(3) Scavenging CAFs} -When a dynamically loaded CAF is entered, it it first put to the list +When a dynamically loaded CAF is entered, it is first put to the list @caf_list@ and then overwritten with a static indirection object. The evaluation result of the CAF is stored in a dynamic object in the heap and the static indirection object stores a pointer to the dynamic object. |