summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-09-25 12:31:12 +0200
committerGabor Greif <ggreif@gmail.com>2017-09-26 11:13:14 +0200
commit7446c7f68bd5addd2f2db0d8d5910fb963869c47 (patch)
tree05ecf5d25cdecb2893424cd07b0e7002b32ea2c4 /testsuite/tests/dph
parent2f8e6e7f8696213b95e3461224909c3b2ec4f7aa (diff)
downloadhaskell-7446c7f68bd5addd2f2db0d8d5910fb963869c47.tar.gz
A bunch of typofixes
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r--testsuite/tests/dph/nbody/Generate.hs2
-rw-r--r--testsuite/tests/dph/quickhull/TestData.hs2
2 files changed, 2 insertions, 2 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)
diff --git a/testsuite/tests/dph/quickhull/TestData.hs b/testsuite/tests/dph/quickhull/TestData.hs
index a27cca288e..938c9fea91 100644
--- a/testsuite/tests/dph/quickhull/TestData.hs
+++ b/testsuite/tests/dph/quickhull/TestData.hs
@@ -63,7 +63,7 @@ genPointsDisc n (originX, originY) radiusMax
in map makeXY $ zip 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
-> [(Double, Double)]