|
From: <sv...@va...> - 2007-04-07 14:46:16
|
Author: sewardj
Date: 2007-04-07 15:46:13 +0100 (Sat, 07 Apr 2007)
New Revision: 6696
Log:
Fix out of date comment.
Modified:
trunk/coregrind/m_errormgr.c
Modified: trunk/coregrind/m_errormgr.c
===================================================================
--- trunk/coregrind/m_errormgr.c 2007-04-07 12:15:44 UTC (rev 6695)
+++ trunk/coregrind/m_errormgr.c 2007-04-07 14:46:13 UTC (rev 6696)
@@ -258,9 +258,7 @@
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)
|