]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/ia64/fpu/e_log.S
Fix typos.
[thirdparty/glibc.git] / ports / sysdeps / ia64 / fpu / e_log.S
index 3c5ebc2f072c403a115848f0a602e492319cbdf6..d755fa5f2b268571b09b84bb0cb4dd767686fc1a 100644 (file)
 //   InvX = frcpa(x)
 //   r = InvX*x - 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.
 //