r219942 - Fixing comment grammar; NFC.

Aaron Ballman aaron at aaronballman.com
Thu Oct 16 11:09:30 PDT 2014


Author: aaronballman
Date: Thu Oct 16 13:09:29 2014
New Revision: 219942

URL: http://llvm.org/viewvc/llvm-project?rev=219942&view=rev
Log:
Fixing comment grammar; NFC.

Modified:
    cfe/trunk/include/clang/AST/Expr.h

Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=219942&r1=219941&r2=219942&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Thu Oct 16 13:09:29 2014
@@ -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





More information about the cfe-commits mailing list