Fix a typo in a comment.

llvm-svn: 110211
This commit is contained in:
Dan Gohman 2010-08-04 16:48:36 +00:00
parent 8e984da800
commit a3ed071166
1 changed files with 1 additions and 1 deletions

View File

@ -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