Fix comment.

llvm-svn: 53473
This commit is contained in:
Ted Kremenek 2008-07-11 20:53:14 +00:00
parent 9fc580f2d0
commit aced3ad4b8
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// This file defines a DeadStores, a flow-sensitive checker that looks for // This file defines a CheckObjCDealloc, a checker that
// stores to variables that are no longer live. // analyzes an Objective-C class's implementation to determine if it
// correctly implements -dealloc.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//