diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-08-16 19:10:46 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-08-16 19:11:28 +0200 |
commit | 425d5178af55620efa00e6e16426f491c63ad533 (patch) | |
tree | 2dd4488d0fd245d9213e1697d9329d8e92a6f7f6 /includes | |
parent | 246436f13739593d2a211ceb830393338118ca4d (diff) | |
download | haskell-425d5178af55620efa00e6e16426f491c63ad533.tar.gz |
Fix typos 'resizze'
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/MiscClosures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index d2b933deb0..e714be3ef0 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_resizzeMutableByteArrayzh); +RTS_FUN_DECL(stg_resizeMutableByteArrayzh); RTS_FUN_DECL(stg_casIntArrayzh); RTS_FUN_DECL(stg_newArrayzh); RTS_FUN_DECL(stg_newArrayArrayzh); |