Author: andersca
Date: Sat Jan 23 12:26:49 2010
New Revision: 94315

URL: http://llvm.org/viewvc/llvm-project?rev=94315&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=94315&r1=94314&r2=94315&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sat Jan 23 12:26:49 
2010
@@ -547,7 +547,7 @@
 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">;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to