summary refs log tree commit diff
path: root/ports/sysdeps/ia64/fpu/s_log1p.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/ia64/fpu/s_log1p.S')
-rw-r--r--ports/sysdeps/ia64/fpu/s_log1p.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/ia64/fpu/s_log1p.S b/ports/sysdeps/ia64/fpu/s_log1p.S
index e1e6dcc80b..2097328264 100644
--- a/ports/sysdeps/ia64/fpu/s_log1p.S
+++ b/ports/sysdeps/ia64/fpu/s_log1p.S
@@ -103,7 +103,7 @@
 //   InvX = frcpa(x+1)
 //   r = InvX*(x+1) - 1
 //   P(r) = r*((r*A3 - A2) + r^4*((A4 + r*A5) + r^2*(A6 + r*A7)),
-//   all coefficients are calcutated in quad and rounded to double
+//   all coefficients are calculated in quad and rounded to double
 //   precision. A7,A6,A5,A4 are stored in memory whereas A3 and A2
 //   created with setf.
 //