summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-11 15:13:02 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-12 10:06:46 +0200
commit09938f29cd615a3073f49f8b628650693e2f29e9 (patch)
tree2ad7e2e0fa28699113dc5048d35d1b199b1db45d /aclocal.m4
parent410906b241f1ee5b338957acfc367f54e6d34fb1 (diff)
downloadhaskell-09938f29cd615a3073f49f8b628650693e2f29e9.tar.gz
Typos [ci skip]
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index a7920a71ac..697cba5690 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1879,7 +1879,7 @@ AC_DEFUN([GHC_CONVERT_VENDOR],[
# converts os from gnu to ghc naming, and assigns the result to $target_var
AC_DEFUN([GHC_CONVERT_OS],[
case "$1" in
- # watchos and tvos are ios variant as of May 2017.
+ # watchos and tvos are ios variants as of May 2017.
ios|watchos|tvos)
$3="ios"
;;