]> granicus.if.org Git - clang/commitdiff
Fixed typo.
authorSerge Pavlov <sepavloff@gmail.com>
Thu, 30 May 2013 12:37:57 +0000 (12:37 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Thu, 30 May 2013 12:37:57 +0000 (12:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182927 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/TypeVisitor.h

index 15dc0cfac002dbf8292b4161e838981a7d142ca4..04957fb709b2c0acf847102ca7dde43924636733 100644 (file)
@@ -38,7 +38,7 @@ namespace clang {
 /// class:
 ///
 /// \code
-///     class SomeVisitor : public TypeVisitor<SomeVisitor,sometype) { ... };
+///     class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
 ///     ...
 ///     Type *atype = ...
 ///     ...