Fixed typo.

llvm-svn: 182927
This commit is contained in:
Serge Pavlov 2013-05-30 12:37:57 +00:00
parent 8dbcb356f7
commit 6cb9a4273c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace clang {
/// class:
///
/// \code
/// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype) { ... };
/// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
/// ...
/// Type *atype = ...
/// ...