summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/alpha/divqu.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/alpha/divqu.S')
-rw-r--r--libc/ports/sysdeps/alpha/divqu.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/ports/sysdeps/alpha/divqu.S b/libc/ports/sysdeps/alpha/divqu.S
index 4e86db397..444cddf3a 100644
--- a/libc/ports/sysdeps/alpha/divqu.S
+++ b/libc/ports/sysdeps/alpha/divqu.S
@@ -206,7 +206,7 @@ $q_high:
br $q_high_ret
.align 4
- /* The quotient that we computed was too small. Divide Y by the
+ /* The quotient that we computed was too small. Divide Y by the
current remainder (R) and add that to the existing quotient (Q).
The expectation, of course, is that R is much smaller than X. */
/* Begin with a shift-up loop. Compute S such that Y*S >= R. We