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;
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits