]> granicus.if.org Git - clang/commitdiff
tidy up comment.
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2010 05:07:24 +0000 (05:07 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2010 05:07:24 +0000 (05:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108676 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExpr.cpp

index e7973f73ea15cc51807ceb745316bc428acc0de9..40748a7019333e2c5cd10d26f4126a98ce8c7cf1 100644 (file)
@@ -30,8 +30,7 @@
 using namespace clang;
 
 /// getBinOpPrecedence - Return the precedence of the specified binary operator
-/// token.  This returns:
-///
+/// token.
 static prec::Level getBinOpPrecedence(tok::TokenKind Kind,
                                       bool GreaterThanIsOperator,
                                       bool CPlusPlus0x) {