Whitespace changes only.
[pspp] / src / language / stats / means-calc.c
index eb613ba48db215f6d0c2d533cbab536969c58711..6aabbf50cbad1b8448eb3de326b882f43ce2f02e 100644 (file)
@@ -91,7 +91,7 @@ simple_destroy (struct statistic *stat UNUSED)
 \f
 
 /* HARMONIC MEAN: The reciprocal of the sum of the reciprocals:
-   1 / ( 1/(x_0) + 1/(x_1) + ... + 1/(x_{n-1}) ) */
+   1 / (1/(x_0) + 1/(x_1) + ... + 1/(x_{n-1})) */
 
 struct harmonic_mean
 {