Fix typo in diagnostic.

llvm-svn: 68017
This commit is contained in:
Daniel Dunbar 2009-03-29 22:23:49 +00:00
parent d326656d9c
commit e2ad1c2159
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ def warn_drv_not_using_clang_cpp : Warning<
def warn_drv_not_using_clang_cxx : Warning< def warn_drv_not_using_clang_cxx : Warning<
"not using the clang compiler for C++ inputs">; "not using the clang compiler for C++ inputs">;
def warn_drv_not_using_clang_arch : Warning< def warn_drv_not_using_clang_arch : Warning<
"not using the clang compiler the '%0' architecture">; "not using the clang compiler for the '%0' architecture">;
} }