diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-04 16:48:36 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-04 16:48:36 +0000 |
commit | 09ac7d193bb89f0286d2b3573f1ddabb53c2afc7 (patch) | |
tree | 058e2cb6b02aabd25fe16010cd72bdf45e0e37f7 | |
parent | a2423497cdf00edbd4622f23ac7121c0e1afd048 (diff) | |
download | external_llvm-09ac7d193bb89f0286d2b3573f1ddabb53c2afc7.zip external_llvm-09ac7d193bb89f0286d2b3573f1ddabb53c2afc7.tar.gz external_llvm-09ac7d193bb89f0286d2b3573f1ddabb53c2afc7.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110211 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 06cb40b..7745ab3 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 |