From: Aaron Ballman Date: Thu, 16 Oct 2014 18:09:29 +0000 (+0000) Subject: Fixing comment grammar; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c0dffc4e919ae8b96432e6cb8f7c53633b0c295;p=clang Fixing comment grammar; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219942 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index 2183405b4c..2b2adc810a 100644 --- a/include/clang/AST/Expr.h +++ b/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