]> granicus.if.org Git - clang/commitdiff
fix typo
authorGabor Greif <ggreif@gmail.com>
Thu, 19 Feb 2009 09:27:40 +0000 (09:27 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 19 Feb 2009 09:27:40 +0000 (09:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65040 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index c47b94053eb64139f6989404d2c834a7cc2dc85f..6da10274532aab21c046e8e456d1578a37492d8f 100644 (file)
@@ -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.");
   }
 };