diff options
| author | Eric Christopher <echristo@apple.com> | 2011-09-20 22:26:35 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-09-20 22:26:35 +0000 |
| commit | 818584529ec530f7cdec7ab3a736a244f24090d8 (patch) | |
| tree | 5511201b2d11948154d2f2b6e1629b6d6c2e95b2 /llvm | |
| parent | 0058520770010e57760b557f3fb1ae5e059dc9b4 (diff) | |
| download | bcm5719-llvm-818584529ec530f7cdec7ab3a736a244f24090d8.tar.gz bcm5719-llvm-818584529ec530f7cdec7ab3a736a244f24090d8.zip | |
Fix typos.
llvm-svn: 140194
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 027d020959b..38708fcab46 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/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 |

