diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-01-20 07:57:45 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-01-20 07:57:45 +0000 |
commit | 368979179c2ae4f1ff22786fc5c83c20f1cbc042 (patch) | |
tree | e3ed38b80eb95a9a81d4e62adf8e5c8ef55433de /lib/Analysis/CastToStructChecker.cpp | |
parent | f79df0524de44c2866b5506ca605e54a3cba8fa8 (diff) |
Correct comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CastToStructChecker.cpp')
-rw-r--r-- | lib/Analysis/CastToStructChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CastToStructChecker.cpp b/lib/Analysis/CastToStructChecker.cpp index a3663421a0..219c09f6ab 100644 --- a/lib/Analysis/CastToStructChecker.cpp +++ b/lib/Analysis/CastToStructChecker.cpp @@ -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. // //===----------------------------------------------------------------------===// |