summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/ia64/fpu/s_erfcl.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/ia64/fpu/s_erfcl.S')
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_erfcl.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/ports/sysdeps/ia64/fpu/s_erfcl.S b/libc/ports/sysdeps/ia64/fpu/s_erfcl.S
index b9f7004aa..79b94a85a 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_erfcl.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_erfcl.S
@@ -71,7 +71,7 @@
// -0.5*[x(i+1)-x(i)] <= z <= 0.5*[x(i+1)-x(i)].
//
// Let Q(z)= (P(z)- S)/S, S = a0, rounded to 16 bits.
-// Polynomial coeffitients for Q(z) we have in the table erfc_Q_table as
+// Polynomial coefficients for Q(z) we have in the table erfc_Q_table as
// long double values
//
// We use multi precision to calculate input argument -x^2 for expl and