]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorNico Weber <nicolasweber@gmx.de>
Tue, 25 Jun 2013 19:25:12 +0000 (19:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 25 Jun 2013 19:25:12 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184873 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/FormatToken.h

index ad13150d53bb44b7ba766765a1ba1721fa9e2156..58cec43f108b8a4651f53dce804db4b6c1e8e911 100644 (file)
@@ -214,7 +214,7 @@ struct FormatToken {
            Type == TT_TemplateOpener;
 
   }
-  /// \brief Returns whether \p Tok is )]} or a template opening >.
+  /// \brief Returns whether \p Tok is )]} or a template closing >.
   bool closesScope() const {
     return isOneOf(tok::r_paren, tok::r_brace, tok::r_square) ||
            Type == TT_TemplateCloser;