diff options
Diffstat (limited to 'sysdeps/sparc/sparc32/sparcv9/rem.S')
-rw-r--r-- | sysdeps/sparc/sparc32/sparcv9/rem.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc32/sparcv9/rem.S b/sysdeps/sparc/sparc32/sparcv9/rem.S index 5385bd8..7eb3780 100644 --- a/sysdeps/sparc/sparc32/sparcv9/rem.S +++ b/sysdeps/sparc/sparc32/sparcv9/rem.S @@ -1,7 +1,7 @@ /* * Sparc v9 has divide. * As divx takes 68 cycles and sdivcc only 36, - * we use sdivcc eventhough it is deprecated. + * we use sdivcc even though it is deprecated. */ #include <sysdep.h> |