[cfe-commits] r65652 - /cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp

Douglas Gregor dgregor at apple.com
Fri Feb 27 14:05:25 PST 2009


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();
 }





More information about the cfe-commits mailing list