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 | a3ed071166536b6f0d2b8290a514d5cfdbb15d61 (patch) | |
| tree | 9df7c1ff649e8e2fea9bd15d0f8485594b203cec /llvm | |
| parent | 8e984da800594aefdeaf33da2f75cb66782f328e (diff) | |
| download | bcm5719-llvm-a3ed071166536b6f0d2b8290a514d5cfdbb15d61.tar.gz bcm5719-llvm-a3ed071166536b6f0d2b8290a514d5cfdbb15d61.zip | |
Fix a typo in a comment.
llvm-svn: 110211
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 06cb40bbf37..7745ab38216 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/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 |

