From 4b5d486a0a2cb535d8c7e3f5c258eb3cba8cad29 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 19 Feb 2009 09:27:40 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65040 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); } }; -- 2.50.1