[llvm-commits] [llvm] r140194 - /llvm/trunk/autoconf/configure.ac

Eric Christopher echristo at apple.com
Tue Sep 20 15:26:35 PDT 2011


Author: echristo
Date: Tue Sep 20 17:26:35 2011
New Revision: 140194

URL: http://llvm.org/viewvc/llvm-project?rev=140194&view=rev
Log:
Fix typos.

Modified:
    llvm/trunk/autoconf/configure.ac

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=140194&r1=140193&r2=140194&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Tue Sep 20 17:26:35 2011
@@ -1536,10 +1536,10 @@
   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





More information about the llvm-commits mailing list