[llvm-commits] [llvm] r110211 - /llvm/trunk/autoconf/configure.ac
Dan Gohman
gohman at apple.com
Wed Aug 4 09:48:36 PDT 2010
Author: djg
Date: Wed Aug 4 11:48:36 2010
New Revision: 110211
URL: http://llvm.org/viewvc/llvm-project?rev=110211&view=rev
Log:
Fix a typo in a comment.
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=110211&r1=110210&r2=110211&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Wed Aug 4 11:48:36 2010
@@ -298,7 +298,7 @@
AC_SUBST(LINKALL,$llvm_cv_link_all_option)
AC_SUBST(NOLINKALL,$llvm_cv_no_link_all_option)
-dnl Set the "LLVM_ON_*" variables based on llvm_cvs_platform_type
+dnl Set the "LLVM_ON_*" variables based on llvm_cv_platform_type
dnl This is used by lib/System to determine the basic kind of implementation
dnl to use.
case $llvm_cv_platform_type in
More information about the llvm-commits
mailing list