diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-08-19 11:20:19 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-08-22 22:44:34 +0200 |
commit | 306fce602cdc6a8e342923c5c8b69e0ed2b65a3b (patch) | |
tree | 091498586166100becc50c77f7541a8efce4749a /compiler/ghci | |
parent | 0717462d7724bfe904cffda5706dd74d0b31b883 (diff) | |
download | haskell-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 'compiler/ghci')
-rw-r--r-- | compiler/ghci/ByteCodeInstr.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeInstr.lhs b/compiler/ghci/ByteCodeInstr.lhs index 7fc84ae214..d93b05905c 100644 --- a/compiler/ghci/ByteCodeInstr.lhs +++ b/compiler/ghci/ByteCodeInstr.lhs @@ -86,7 +86,7 @@ data BCInstr -- designers of the new Foreign library. In particular it is -- quite impossible to convert an Addr to any other integral -- type, and it appears impossible to get hold of the bits of - -- an addr, even though we need to to assemble BCOs. + -- an addr, even though we need to assemble BCOs. -- various kinds of application | PUSH_APPLY_N |