From: Julian Seward Date: Sat, 7 Apr 2007 14:46:13 +0000 (+0000) Subject: Fix out of date comment. X-Git-Tag: svn/VALGRIND_3_3_0~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c59b395131b6b49d636b161613456a075949f85;p=thirdparty%2Fvalgrind.git Fix out of date comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6696 --- diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index 3204c69ff8..40e91fc460 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -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)