From 5c59b395131b6b49d636b161613456a075949f85 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 7 Apr 2007 14:46:13 +0000 Subject: [PATCH] Fix out of date comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6696 --- coregrind/m_errormgr.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.47.2