summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-20 22:26:35 +0000
committerEric Christopher <echristo@apple.com>2011-09-20 22:26:35 +0000
commite4b3ef43e1460f98c5c4daaba7e10644026e5939 (patch)
treef96f4eabec08f840c6656dac1ed7cf1e5363dc36 /autoconf
parent84b6706d9003f6078a81ed7d84f4e49ee70f7ef8 (diff)
downloadllvm-e4b3ef43e1460f98c5c4daaba7e10644026e5939.tar.gz
llvm-e4b3ef43e1460f98c5c4daaba7e10644026e5939.tar.bz2
llvm-e4b3ef43e1460f98c5c4daaba7e10644026e5939.tar.xz
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 027d020959..38708fcab4 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1536,10 +1536,10 @@ if test "$llvm_cv_os_type" = "Linux" -a "$llvm_cv_target_arch" = "x86_64" ; then
fi
fi
-dnl Check, whether __dso_handle is present
+dnl Check whether __dso_handle is present
AC_CHECK_FUNCS([__dso_handle])
-dnl Check wether llvm-gcc is based on dragonegg
+dnl Check whether llvm-gcc is based on dragonegg
AC_CACHE_CHECK([whether llvm-gcc is dragonegg],[llvm_cv_llvmgcc_dragonegg],
[llvm_cv_llvmgcc_dragonegg="no"
if test -n "$LLVMGCC" ; then