diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-11-28 10:40:13 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-11-28 10:41:26 +0100 |
commit | 52388421c5649431ce128cb08fb1329727023464 (patch) | |
tree | 23424f858c5c4f4dd566ee11ae1ea7de92f6a420 /rts/StgCRun.c | |
parent | 6ec2304f46c9a5423943c5bf29bd8a8c062b6560 (diff) | |
download | haskell-52388421c5649431ce128cb08fb1329727023464.tar.gz |
Typos in comments only [ci skip]
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r-- | rts/StgCRun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c index c110f512b1..0610dd3717 100644 --- a/rts/StgCRun.c +++ b/rts/StgCRun.c @@ -141,7 +141,7 @@ StgWord8 *win32AllocStack(void) * we only jump to other STG procedures, so we maintain the 16n - word_size * alignment for these jumps. * - * This gives us binary compatability with LLVM and GCC as well as dealing + * This gives us binary compatibility with LLVM and GCC as well as dealing * with the FFI. Previously we just maintianed a 16n byte alignment for * procedure entry and calls, which led to bugs (see #4211 and #5250). * |