diff options
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 |