Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Builtin/primops.txt.pp
    ... ... @@ -2149,7 +2149,7 @@ primop SizeofMutableByteArrayOp "sizeofMutableByteArray#" GenPrimOp
    2149 2149
     
    
    2150 2150
     primop  GetSizeofMutableByteArrayOp "getSizeofMutableByteArray#" GenPrimOp
    
    2151 2151
        MutableByteArray# s -> State# s -> (# State# s, Int# #)
    
    2152
    -   {Return the number of elements in the array, correctly accounting for
    
    2152
    +   {Return the number of bytes in the array, correctly accounting for
    
    2153 2153
        the effect of 'shrinkMutableByteArray#' and 'resizeMutableByteArray#'.
    
    2154 2154
     
    
    2155 2155
        @since 0.5.0.0}