]> granicus.if.org Git - clang/commitdiff
Fix a typo
authorDouglas Gregor <dgregor@apple.com>
Fri, 27 Feb 2009 22:05:23 +0000 (22:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 27 Feb 2009 22:05:23 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65652 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateInstantiate.cpp

index e07892e6c1280b8e32f7013d044cbba9d35052a0..1e7569a9b250ffea2faf5353960ccc362aca225f 100644 (file)
@@ -433,6 +433,6 @@ QualType Sema::InstantiateType(QualType T,
 #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();
 }