Driver: Typo fix.

llvm-svn: 67017
This commit is contained in:
Daniel Dunbar 2009-03-15 01:46:37 +00:00
parent 02ae54c549
commit 5af8b78ea9
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ DIAG(err_drv_use_of_Z_option, ERROR,
DIAG(warn_drv_input_file_unused, WARNING,
"%0: '%1' input file unused when '%2' is present")
DIAG(warn_drv_unused_argument, WARNING,
"argument unused during compilatin: '%0'")
"argument unused during compilation: '%0'")