Diagnostics should start with a lower-case letter.

llvm-svn: 155936
This commit is contained in:
Patrick Beard 2012-05-01 20:27:10 +00:00
parent 1b02e4a52d
commit 711d12ef97
1 changed files with 1 additions and 1 deletions

View File

@ -1536,7 +1536,7 @@ def err_invalid_nsnumber_type : Error<
def err_undeclared_nsstring : Error<
"cannot box a string value because NSString has not been declared">;
def err_objc_illegal_boxed_expression_type : Error<
"Illegal type %0 used in a boxed expression">;
"illegal type %0 used in a boxed expression">;
def err_undeclared_nsarray : Error<
"NSArray must be available to use Objective-C array literals">;
def err_undeclared_nsdictionary : Error<