diff options
Diffstat (limited to 'ports/sysdeps/ia64/fpu/s_log1pl.S')
-rw-r--r-- | ports/sysdeps/ia64/fpu/s_log1pl.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/ia64/fpu/s_log1pl.S b/ports/sysdeps/ia64/fpu/s_log1pl.S index f60ce1268f..3c8be02826 100644 --- a/ports/sysdeps/ia64/fpu/s_log1pl.S +++ b/ports/sysdeps/ia64/fpu/s_log1pl.S @@ -221,7 +221,7 @@ // // Calculate X_1 := X_0 * Z_1 truncated to lsb = 2^(-14) // = 1.0 0 0 0 d_5 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_1 indeed always begin // with 1.0000 in fixed point. // @@ -242,7 +242,7 @@ // // Calculate X_2 := X_1 * Z_2 truncated to lsb = 2^(-14) // = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_2 indeed always begin // with 1.00000000 in fixed point. // |