[cfe-commits] r65006 - /cfe/trunk/lib/Sema/SemaExpr.cpp

Chris Lattner sabre at nondot.org
Wed Feb 18 20:44:58 PST 2009


Author: lattner
Date: Wed Feb 18 22:44:58 2009
New Revision: 65006

URL: http://llvm.org/viewvc/llvm-project?rev=65006&view=rev
Log:
fix another typo gabor noticed

Modified:
    cfe/trunk/lib/Sema/SemaExpr.cpp

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=65006&r1=65005&r2=65006&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Wed Feb 18 22:44:58 2009
@@ -2364,7 +2364,7 @@
       }
 
       if (Context.getCanonicalType(LHSTy) == Context.getCanonicalType(RHSTy)) {
-        // Two identical pointers types are always compatible.
+        // Two identical pointer types are always compatible.
         return LHSTy;
       }
 





More information about the cfe-commits mailing list