Author: zhongxingxu
Date: Wed Jan 20 01:57:45 2010
New Revision: 93999

URL: http://llvm.org/viewvc/llvm-project?rev=93999&view=rev
Log:
Correct comments.

Modified:
    cfe/trunk/lib/Analysis/CastToStructChecker.cpp

Modified: cfe/trunk/lib/Analysis/CastToStructChecker.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CastToStructChecker.cpp?rev=93999&r1=93998&r2=93999&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/CastToStructChecker.cpp (original)
+++ cfe/trunk/lib/Analysis/CastToStructChecker.cpp Wed Jan 20 01:57:45 2010
@@ -8,7 +8,7 @@
 
//===----------------------------------------------------------------------===//
 //
 // This files defines CastToStructChecker, a builtin checker that checks for
-// assignment of a fixed address to a pointer.
+// cast from non-struct pointer to struct pointer.
 // This check corresponds to CWE-588.
 //
 
//===----------------------------------------------------------------------===//


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to