summaryrefslogtreecommitdiff
path: root/rts
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 /rts
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 'rts')
-rw-r--r--rts/Linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Linker.c b/rts/Linker.c
index e2817ad104..fe0a7ed947 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -3753,7 +3753,7 @@ ocGetNames_PEi386 ( ObjectCode* oc )
* => I suspect we've been incorrectly handling .bss sections in (relocatable)
* object files up until now. This turned out to bite us with ghc-6.4.1's use
* of gcc-3.4.x, which has started to emit initially-zeroed-out local 'static'
- * variable decls into to the .bss section. (The specific function in Q which
+ * variable decls into the .bss section. (The specific function in Q which
* triggered this is libraries/base/cbits/dirUtils.c:__hscore_getFolderPath())
*/
if (sectab_i->VirtualSize == 0 && sectab_i->SizeOfRawData == 0) continue;