Correct comments.

llvm-svn: 93999
This commit is contained in:
Zhongxing Xu 2010-01-20 07:57:45 +00:00
parent 5e536d85ad
commit eb76a85af0
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//
//===----------------------------------------------------------------------===//