r182927 - Fixed typo.

Serge Pavlov sepavloff at gmail.com
Thu May 30 05:37:58 PDT 2013


Author: sepavloff
Date: Thu May 30 07:37:57 2013
New Revision: 182927

URL: http://llvm.org/viewvc/llvm-project?rev=182927&view=rev
Log:
Fixed typo.

Modified:
    cfe/trunk/include/clang/AST/TypeVisitor.h

Modified: cfe/trunk/include/clang/AST/TypeVisitor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TypeVisitor.h?rev=182927&r1=182926&r2=182927&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/TypeVisitor.h (original)
+++ cfe/trunk/include/clang/AST/TypeVisitor.h Thu May 30 07:37:57 2013
@@ -38,7 +38,7 @@ namespace clang {
 /// class:
 ///
 /// \code
-///     class SomeVisitor : public TypeVisitor<SomeVisitor,sometype) { ... };
+///     class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
 ///     ...
 ///     Type *atype = ...
 ///     ...





More information about the cfe-commits mailing list