Author: dgregor
Date: Fri Feb 27 16:05:23 2009
New Revision: 65652
URL: http://llvm.org/viewvc/llvm-project?rev=65652&view=rev
Log:
Fix a typo
Modified:
cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp
Modified: cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp?rev=65652&r1=65651&r2=65652&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp Fri Feb 27 16:05:23 2009
@@ -433,6 +433,6 @@
#include "clang/AST/TypeNodes.def"
}
- assert(false && "Not all types hav been decided for template instantiation");
+ assert(false && "Not all types have been decoded for instantiation");
return QualType();
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits