summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaTemplateInstantiate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiate.cpp b/clang/lib/Sema/SemaTemplateInstantiate.cpp
index e07892e6c12..1e7569a9b25 100644
--- a/clang/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/clang/lib/Sema/SemaTemplateInstantiate.cpp
@@ -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();
}
OpenPOWER on IntegriCloud