]> granicus.if.org Git - clang/commitdiff
Fixing comment grammar; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 16 Oct 2014 18:09:29 +0000 (18:09 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 16 Oct 2014 18:09:29 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219942 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 2183405b4c7f7efa4cb5ab969c76d40260f78530..2b2adc810afdd88690bce3ff05320306734cf0fd 100644 (file)
@@ -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