tidy up comment.

llvm-svn: 108676
This commit is contained in:
Chris Lattner 2010-07-19 05:07:24 +00:00
parent 8ee29d134e
commit 8d72f2aa3a
1 changed files with 1 additions and 2 deletions

View File

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