]> granicus.if.org Git - clang/commitdiff
fix another typo gabor noticed
authorChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 04:44:58 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 04:44:58 +0000 (04:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65006 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExpr.cpp

index 60e0edf206f3f7db062a708e14ae22927d3778f3..5d1d9353868c06e10ead79093d12211940887f9f 100644 (file)
@@ -2364,7 +2364,7 @@ QualType Sema::CheckConditionalOperands(Expr *&Cond, Expr *&LHS, Expr *&RHS,
       }
 
       if (Context.getCanonicalType(LHSTy) == Context.getCanonicalType(RHSTy)) {
-        // Two identical pointers types are always compatible.
+        // Two identical pointer types are always compatible.
         return LHSTy;
       }