msun: Remove a double word in a source code comment

- s/to to/to/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-10 12:59:10 +02:00
parent 8dcfb0282d
commit 82007616d0

View file

@ -50,7 +50,7 @@ __kernel_tandf(double x, int iy)
* We add the small terms from lowest degree up for efficiency on * We add the small terms from lowest degree up for efficiency on
* non-sequential machines (the lowest degree terms tend to be ready * non-sequential machines (the lowest degree terms tend to be ready
* earlier). Apart from this, we don't care about order of * earlier). Apart from this, we don't care about order of
* operations, and don't need to to care since we have precision to * operations, and don't need to care since we have precision to
* spare. However, the chosen splitting is good for accuracy too, * spare. However, the chosen splitting is good for accuracy too,
* and would give results as accurate as Horner's method if the * and would give results as accurate as Horner's method if the
* small terms were added from highest degree down. * small terms were added from highest degree down.