From c0c3f78afb6070721848574e2e5dff5cfa20e28d Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Wed, 21 Aug 2013 19:48:48 +0200 Subject: Fix typos. --- ports/sysdeps/ia64/fpu/libm_lgammal.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/sysdeps/ia64/fpu/libm_lgammal.S') diff --git a/ports/sysdeps/ia64/fpu/libm_lgammal.S b/ports/sysdeps/ia64/fpu/libm_lgammal.S index 351befb147..95c87a45df 100644 --- a/ports/sysdeps/ia64/fpu/libm_lgammal.S +++ b/ports/sysdeps/ia64/fpu/libm_lgammal.S @@ -317,7 +317,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. // @@ -338,7 +338,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. // -- cgit 1.4.1