summaryrefslogtreecommitdiff
path: root/docs/storage-mgt
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-19 11:20:19 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-22 22:44:34 +0200
commit306fce602cdc6a8e342923c5c8b69e0ed2b65a3b (patch)
tree091498586166100becc50c77f7541a8efce4749a /docs/storage-mgt
parent0717462d7724bfe904cffda5706dd74d0b31b883 (diff)
downloadhaskell-306fce602cdc6a8e342923c5c8b69e0ed2b65a3b.tar.gz
Strings and comments only: 'to to ' fixes
I'd still prefer if a native english speaker would check them.
Diffstat (limited to 'docs/storage-mgt')
-rw-r--r--docs/storage-mgt/rp.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/storage-mgt/rp.tex b/docs/storage-mgt/rp.tex
index d6f04520fb..20e313ba43 100644
--- a/docs/storage-mgt/rp.tex
+++ b/docs/storage-mgt/rp.tex
@@ -255,7 +255,7 @@ of certain types of closures and their layout.
When building the runtime system, the @gcc@ compiler correctly figures out
the size of every structure on its own.
However,
-GHC simply reads @includes/Constants.h@ to to determine the size of
+GHC simply reads @includes/Constants.h@ to determine the size of
closures assumed by the runtime system.
Thus, we must change the constants used by the GHC itself (as opposed to
the runtime system). They are all found in @includes/Constants.h@.