diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-18 17:07:40 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-18 17:46:45 +0100 |
commit | 70472bf2d862f976790f73e9dc7a0f3f7519ae1d (patch) | |
tree | 2d507cd90c936e32fb9ed73b8dfad27ba5762474 /includes | |
parent | e324e317caab06fda232636c32e8a60d9e888a9c (diff) | |
download | haskell-70472bf2d862f976790f73e9dc7a0f3f7519ae1d.tar.gz |
Spelling fixes in comments [ci skip]
Diffstat (limited to 'includes')
-rw-r--r-- | includes/RtsAPI.h | 2 | ||||
-rw-r--r-- | includes/stg/MachRegs.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h index 2c68219b8b..bf25c011fc 100644 --- a/includes/RtsAPI.h +++ b/includes/RtsAPI.h @@ -176,7 +176,7 @@ typedef struct _RTSStats { // ----------------------------------- // Cumulative stats about time use - // (we use signed values here because due to inacuracies in timers + // (we use signed values here because due to inaccuracies in timers // the values can occasionally go slightly negative) // Total CPU time used by the mutator diff --git a/includes/stg/MachRegs.h b/includes/stg/MachRegs.h index ab1a421c01..232ce03810 100644 --- a/includes/stg/MachRegs.h +++ b/includes/stg/MachRegs.h @@ -515,7 +515,7 @@ the stack. See Note [Overlapping global registers] for implications. VFPv2/VFPv3/NEON registers s0-s15/d0-d7/q0-q3 Argument / result/ scratch registers s16-s31/d8-d15/q4-q7 callee-saved registers (must be preserved across - subrutine calls) + subroutine calls) VFPv3/NEON registers (added to the VFPv2 registers set) d16-d31/q8-q15 Argument / result/ scratch registers @@ -572,7 +572,7 @@ the stack. See Note [Overlapping global registers] for implications. FPU/SIMD registers s/d/q/v0-v7 Argument / result/ scratch registers - s/d/q/v8-v15 callee-saved registers (must be preserved across subrutine calls, + s/d/q/v8-v15 callee-saved registers (must be preserved across subroutine calls, but only bottom 64-bit value needs to be preserved) s/d/q/v16-v31 temporary registers |