diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
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" ;; |