diff options
-rw-r--r-- | clang/include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Type.h b/clang/include/clang/AST/Type.h index c47b94053eb..6da10274532 100644 --- a/clang/include/clang/AST/Type.h +++ b/clang/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."); } }; |