From 3c0dffc4e919ae8b96432e6cb8f7c53633b0c295 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 16 Oct 2014 18:09:29 +0000 Subject: [PATCH] Fixing comment grammar; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219942 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Expr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0