diff options
Diffstat (limited to 'soft-fp/op-8.h')
-rw-r--r-- | soft-fp/op-8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-8.h b/soft-fp/op-8.h index 9bb92320ee..8890d02201 100644 --- a/soft-fp/op-8.h +++ b/soft-fp/op-8.h @@ -77,7 +77,7 @@ } while (0) -/* Right shift with sticky-lsb. +/* Right shift with sticky-lsb. * What this actually means is that we do a standard right-shift, * but that if any of the bits that fall off the right hand side * were one then we always set the LSbit. |