From: Serge Pavlov Date: Thu, 30 May 2013 12:37:57 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da8d379f1e58af98640c2df222ec0161ff913941;p=clang Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/TypeVisitor.h b/include/clang/AST/TypeVisitor.h index 15dc0cfac0..04957fb709 100644 --- a/include/clang/AST/TypeVisitor.h +++ b/include/clang/AST/TypeVisitor.h @@ -38,7 +38,7 @@ namespace clang { /// class: /// /// \code -/// class SomeVisitor : public TypeVisitor { ... }; /// ... /// Type *atype = ... /// ...