From: Aaron Ballman Date: Thu, 16 Oct 2014 18:09:29 +0000 (+0000) Subject: Fixing comment grammar; NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78be534c87b207734a28fc9eb0e4b7e58c5bccdf;p=platform%2Fupstream%2Fllvm.git Fixing comment grammar; NFC. llvm-svn: 219942 --- diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h index 2183405..2b2adc8 100644 --- a/clang/include/clang/AST/Expr.h +++ b/clang/include/clang/AST/Expr.h @@ -125,8 +125,7 @@ public: QualType getType() const { return TR; } void setType(QualType t) { // In C++, the type of an expression is always adjusted so that it - // will not have reference type an expression will never have - // reference type (C++ [expr]p6). Use + // will not have reference type (C++ [expr]p6). Use // QualType::getNonReferenceType() to retrieve the non-reference // type. Additionally, inspect Expr::isLvalue to determine whether // an expression that is adjusted in this manner should be