Fix typo.

llvm-svn: 94315
This commit is contained in:
Anders Carlsson 2010-01-23 18:26:49 +00:00
parent 12a6ce7cad
commit 7802f31bfc
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ def err_destructor_name : Error<
def err_init_conversion_failed : Error<
"cannot initialize %select{a variable|a parameter|return object|an "
"exception object|a member subobject|an array element|a new value|a value|a "
"base class|an array element}0 of type %1 with an %select{rvalue|lvalue}2 of "
"base class|a vector element}0 of type %1 with an %select{rvalue|lvalue}2 of "
"type %3">;
def err_lvalue_to_rvalue_ref : Error<"rvalue reference cannot bind to lvalue">;