summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/nbody/Generate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dph/nbody/Generate.hs')
-rw-r--r--testsuite/tests/dph/nbody/Generate.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dph/nbody/Generate.hs b/testsuite/tests/dph/nbody/Generate.hs
index 808ab8e6bf..5b700ddec5 100644
--- a/testsuite/tests/dph/nbody/Generate.hs
+++ b/testsuite/tests/dph/nbody/Generate.hs
@@ -70,7 +70,7 @@ genPointsDisc n (originX, originY) radiusMax
in originX `seq` originY `seq` U.zipWith makeXY radius angle
--- | A point cloud with areas of high an low density
+-- | A point cloud with areas of high and low density
genPointsCombo
:: Int -- ^ number of points
-> U.Array (Double, Double)