diff options
author | Brian Wignall <brianwignall@gmail.com> | 2020-01-10 10:47:46 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-12 21:30:08 -0500 |
commit | 0b5ddc7f2c10ee84631dd6cb5f6368afbc389449 (patch) | |
tree | d9a77d5b2c55d75d9ae5b6fa199612315de9d163 /aclocal.m4 | |
parent | 350e2b78788d47255d27489dfc62d664498b5de4 (diff) | |
download | haskell-0b5ddc7f2c10ee84631dd6cb5f6368afbc389449.tar.gz |
Fix more typos, via an improved Levenshtein-style corrector
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 6b005acf82..f2115152ea 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1994,7 +1994,7 @@ case "$1" in # GHC_LLVM_TARGET(target_cpu, target_vendor, target_os, llvm_target_var) # -------------------------------- -# converts the canonicalized target into someting llvm can understand +# converts the canonicalized target into something llvm can understand AC_DEFUN([GHC_LLVM_TARGET], [ case "$2-$3" in *-freebsd*-gnueabihf) @@ -2238,7 +2238,7 @@ EOF # FIND_GHC_BOOTSTRAP_PROG() # -------------------------------- -# Parse the bootstrap GHC's compier settings file for the location of things +# Parse the bootstrap GHC's compiler settings file for the location of things # like the `llc` and `opt` commands. # # $1 = the variable to set |