[project @ 2003-02-17 11:42:15 by simonmar]
authorsimonmar <unknown>
Mon, 17 Feb 2003 11:42:15 +0000 (11:42 +0000)
committersimonmar <unknown>
Mon, 17 Feb 2003 11:42:15 +0000 (11:42 +0000)
Comment change only

ghc/compiler/ghci/ByteCodeGen.lhs

index b8cbb37..d8bb406 100644 (file)
@@ -788,8 +788,8 @@ doCase d s p (_,scrut)
 -- Deal with a CCall.
 
 -- Taggedly push the args onto the stack R->L,
--- deferencing ForeignObj#s and (ToDo: adjusting addrs to point to
--- payloads in Ptr/Byte arrays).  Then, generate the marshalling
+-- deferencing ForeignObj#s and adjusting addrs to point to
+-- payloads in Ptr/Byte arrays.  Then, generate the marshalling
 -- (machine) code for the ccall, and create bytecodes to call that and
 -- then return in the right way.