Improve comments.
llvm-svn: 120142
diff --git a/clang/lib/Checker/Environment.cpp b/clang/lib/Checker/Environment.cpp
index 0bbe40d..b09cb9d 100644
--- a/clang/lib/Checker/Environment.cpp
+++ b/clang/lib/Checker/Environment.cpp
@@ -53,8 +53,7 @@
return ValMgr.makeIntVal(cast<IntegerLiteral>(E));
}
- // Casts where the source and target type are the same
- // are no-ops. We blast through these to get the descendant
+ // We blast through no-op casts to get the descendant
// subexpression that has a value.
case Stmt::ImplicitCastExprClass: