diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-06-09 15:55:41 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-06-13 12:05:09 +0200 |
commit | 0058a3490fc3908e00ba65e700fecc54b786e28a (patch) | |
tree | 3962e71aa648fbc9684928674d5d561abf13d9d1 /rts/sm | |
parent | af9612bf862daaa99384eefa3059054053ecbee8 (diff) | |
download | haskell-0058a3490fc3908e00ba65e700fecc54b786e28a.tar.gz |
Typos [ci skip]
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/HeapAlloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/HeapAlloc.h b/rts/sm/HeapAlloc.h index 197317f6fa..1d9d23758a 100644 --- a/rts/sm/HeapAlloc.h +++ b/rts/sm/HeapAlloc.h @@ -132,7 +132,7 @@ extern StgWord8 mblock_map[]; #if defined(x86_64_HOST_ARCH) // 32bits are enough for 'entry' as modern amd64 boxes have -// only 48bit sized virtual addres. +// only 48bit sized virtual address. typedef StgWord32 MbcCacheLine; #else // 32bits is not enough here as some arches (like ia64) use |