summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-08-16 19:20:18 +0200
committerGabor Greif <ggreif@gmail.com>2014-08-16 19:22:36 +0200
commit53cc943a62d790e5381133f95fd1994cd7a805aa (patch)
tree90630d9ece70e613ae9f9aa6ccd4b95fa69545bf /includes
parent425d5178af55620efa00e6e16426f491c63ad533 (diff)
downloadhaskell-53cc943a62d790e5381133f95fd1994cd7a805aa.tar.gz
Revert "Fix typos 'resizze'"
this is z-encoding (as hvr tells me) This reverts commit 425d5178af55620efa00e6e16426f491c63ad533.
Diffstat (limited to 'includes')
-rw-r--r--includes/stg/MiscClosures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index e714be3ef0..d2b933deb0 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -348,7 +348,7 @@ RTS_FUN_DECL(stg_newByteArrayzh);
RTS_FUN_DECL(stg_newPinnedByteArrayzh);
RTS_FUN_DECL(stg_newAlignedPinnedByteArrayzh);
RTS_FUN_DECL(stg_shrinkMutableByteArrayzh);
-RTS_FUN_DECL(stg_resizeMutableByteArrayzh);
+RTS_FUN_DECL(stg_resizzeMutableByteArrayzh);
RTS_FUN_DECL(stg_casIntArrayzh);
RTS_FUN_DECL(stg_newArrayzh);
RTS_FUN_DECL(stg_newArrayArrayzh);