]> granicus.if.org Git - python/commitdiff
Fix another typo in math_sum comment
authorMark Dickinson <dickinsm@gmail.com>
Fri, 20 Jun 2008 15:26:19 +0000 (15:26 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 20 Jun 2008 15:26:19 +0000 (15:26 +0000)
Modules/mathmodule.c

index 8ca632f75916d110688b412ec3af6457c1bbeeee..5ff2f31a6a3920adf8d2595bbf07e6d5c8eb0757 100644 (file)
@@ -328,7 +328,7 @@ FUNC1(tanh, tanh, 0,
    overflow of the first partial sum.
 
    Note 3: The intermediate values lo, yr, and hi are declared volatile so
-   aggressive compilers won't algebraicly reduce lo to always be exactly 0.0.
+   aggressive compilers won't algebraically reduce lo to always be exactly 0.0.
    Also, the volatile declaration forces the values to be stored in memory as
    regular doubles instead of extended long precision (80-bit) values.  This
    prevents double rounding because any addition or subtraction of two doubles