Author: ggreif
Date: Thu Feb 19 03:27:40 2009
New Revision: 65040
URL: http://llvm.org/viewvc/llvm-project?rev=65040&view=rev
Log:
fix typo
Modified:
cfe/trunk/include/clang/AST/Type.h
Modified: cfe/trunk/include/clang/AST/Type.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=65040&r1=65039&r2=65040&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Thu Feb 19 03:27:40 2009
@@ -475,7 +475,7 @@
/// 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.");
}
};
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits