From: Gabor Greif Date: Thu, 19 Feb 2009 09:27:40 +0000 (+0000) Subject: fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b5d486a0a2cb535d8c7e3f5c258eb3cba8cad29;p=clang fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65040 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index c47b94053e..6da1027453 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -475,7 +475,7 @@ protected: /// be serialized. // FIXME: Make this abstract once implemented. virtual void EmitImpl(llvm::Serializer& S) const { - assert(false && "Serializization for type not supported."); + assert(false && "Serialization for type not supported."); } };