diff options
Diffstat (limited to 'src/pkg/runtime/arm/vlop.s')
| -rw-r--r-- | src/pkg/runtime/arm/vlop.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/arm/vlop.s b/src/pkg/runtime/arm/vlop.s index 2c5d7ebe17..fc679f0eea 100644 --- a/src/pkg/runtime/arm/vlop.s +++ b/src/pkg/runtime/arm/vlop.s @@ -105,7 +105,7 @@ loop: /* * compare numerator to denominator - * if less, subtract and set quotent bit + * if less, subtract and set quotient bit */ CMP R(D), R(N) ORR.HS $1, R(Q) |
