projects
/
ghc-heap-view.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1c2f757
)
Typo
author
Joachim Breitner
<mail@joachim-breitner.de>
Thu, 28 Feb 2013 10:26:50 +0000
(10:26 +0000)
committer
Joachim Breitner
<mail@joachim-breitner.de>
Thu, 28 Feb 2013 10:26:50 +0000
(10:26 +0000)
src/GHC/HeapView.hs
patch
|
blob
|
history
diff --git
a/src/GHC/HeapView.hs
b/src/GHC/HeapView.hs
index
c0a6847
..
563782a
100644
(file)
--- a/
src/GHC/HeapView.hs
+++ b/
src/GHC/HeapView.hs
@@
-101,7
+101,7
@@
instance Show Box where
pad_out ls =
'0':'x':(replicate (2*wORD_SIZE - length ls) '0') ++ ls
--- | Boxes can be compared, but this is not pure, as different heap objects an,
+-- | Boxes can be compared, but this is not pure, as different heap objects
c
an,
-- after garbage collection, become the same object.
areBoxesEqual :: Box -> Box -> IO Bool
areBoxesEqual (Box a) (Box b) = case reallyUnsafePtrEqualityUpToTag# a b of