summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-04 16:48:36 +0000
committerDan Gohman <gohman@apple.com>2010-08-04 16:48:36 +0000
commit4b3938494cb47d561dbd50ff5040540aaec5f2af (patch)
tree058e2cb6b02aabd25fe16010cd72bdf45e0e37f7 /autoconf
parent34f68fc040a920b32ee11c5a8f63ba8a75240f26 (diff)
downloadllvm-4b3938494cb47d561dbd50ff5040540aaec5f2af.tar.gz
llvm-4b3938494cb47d561dbd50ff5040540aaec5f2af.tar.bz2
llvm-4b3938494cb47d561dbd50ff5040540aaec5f2af.tar.xz
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 06cb40bbf3..7745ab3821 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -298,7 +298,7 @@ dnl Set the LINKALL and NOLINKALL Makefile variables based on the platform
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