summaryrefslogtreecommitdiff
path: root/src/google/heap-checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/heap-checker.h')
-rw-r--r--src/google/heap-checker.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/google/heap-checker.h b/src/google/heap-checker.h
index f46f353..a431fe9 100644
--- a/src/google/heap-checker.h
+++ b/src/google/heap-checker.h
@@ -185,8 +185,7 @@ class PERFTOOLS_DLL_DECL HeapLeakChecker {
// for the purposes of heap leak checking.
// If 'ptr' does not point to an active allocated object
// at the time of this call, it is ignored;
- // but if it does, the object must not get deleted from the heap later on;
- // it must also be not already ignored at the time of this call.
+ // but if it does, the object must not get deleted from the heap later on.
//
// See also HiddenPointer, below, if you need to prevent a pointer from
// being traversed by the heap checker but do not wish to transitively