[cfe-commits] r65040 - /cfe/trunk/include/clang/AST/Type.h

Gabor Greif ggreif at gmail.com
Thu Feb 19 01:27:40 PST 2009


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.");
   }
 };
 





More information about the cfe-commits mailing list