diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-12-19 13:52:06 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-12-19 14:35:03 +0100 |
commit | a100763cc5c6c9736a00ca57b2ec3c721311eecb (patch) | |
tree | de71d4f3c962713260557b63bb3a1f3688ac03ad /rts/StgCRun.c | |
parent | 244d1441bbe9a8d5e83015c749d1339b8f7c7319 (diff) | |
download | haskell-a100763cc5c6c9736a00ca57b2ec3c721311eecb.tar.gz |
Get rid of some stuttering in comments and docs
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 2166249c2a..176e64ca98 100644 --- a/rts/StgCRun.c +++ b/rts/StgCRun.c @@ -766,7 +766,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) { /* * Save callee-saves registers on behalf of the STG code. * Floating point registers only need the bottom 64 bits preserved. - * We need to use the the names x16, x17, x29 and x30 instead of ip0 + * We need to use the names x16, x17, x29 and x30 instead of ip0 * ip1, fp and lp because one of either clang or gcc doesn't understand * the later names. */ |