commit | f2793b041d10e391d74d08041ae1fe5c784955e0 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Fri Feb 27 22:05:23 2009 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Fri Feb 27 22:05:23 2009 +0000 |
tree | f0835617b13b81f6922a6876d96892a2d23f686e | |
parent | 638a5c1aad8423778ef6f3a235cf20414a44f1fe [diff] [blame] |
Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65652 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp index e07892e..1e7569a 100644 --- a/lib/Sema/SemaTemplateInstantiate.cpp +++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -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(); }