]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix out of date comment.
authorJulian Seward <jseward@acm.org>
Sat, 7 Apr 2007 14:46:13 +0000 (14:46 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 7 Apr 2007 14:46:13 +0000 (14:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6696

coregrind/m_errormgr.c

index 3204c69ff8a6b54706f68eda5009e290df2eb4fa..40e91fc460b8f8ed101f384669befc5f81066af5 100644 (file)
@@ -258,9 +258,7 @@ Bool VG_(showing_core_errors)(void)
    return VG_(needs).core_errors && VG_(clo_verbosity) >= 1 && !VG_(clo_xml);
 }
 
-/* Compare error contexts, to detect duplicates.  Note that if they
-   are otherwise the same, the faulting addrs and associated rwoffsets
-   are allowed to be different.  */
+/* Compare errors, to detect duplicates. */
 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 )
 {
    if (e1->ekind != e2->ekind)