diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-08-16 19:20:18 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-08-16 19:22:36 +0200 |
commit | 53cc943a62d790e5381133f95fd1994cd7a805aa (patch) | |
tree | 90630d9ece70e613ae9f9aa6ccd4b95fa69545bf /rts/PrimOps.cmm | |
parent | 425d5178af55620efa00e6e16426f491c63ad533 (diff) | |
download | haskell-53cc943a62d790e5381133f95fd1994cd7a805aa.tar.gz |
Revert "Fix typos 'resizze'"
this is z-encoding (as hvr tells me)
This reverts commit 425d5178af55620efa00e6e16426f491c63ad533.
Diffstat (limited to 'rts/PrimOps.cmm')
-rw-r--r-- | rts/PrimOps.cmm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm index bcd9c935ab..ee50f7fed5 100644 --- a/rts/PrimOps.cmm +++ b/rts/PrimOps.cmm @@ -158,7 +158,7 @@ stg_shrinkMutableByteArrayzh ( gcptr mba, W_ new_size ) // MutableByteArray resized in-place or, if not possible, a newly // allocated (unpinned) MutableByteArray (with the original content // copied over) -stg_resizeMutableByteArrayzh ( gcptr mba, W_ new_size ) +stg_resizzeMutableByteArrayzh ( gcptr mba, W_ new_size ) // MutableByteArray# s -> Int# -> State# s -> (# State# s,MutableByteArray# s #) { W_ new_size_wds; |