|
From: <sv...@va...> - 2009-07-27 22:21:30
|
Author: njn
Date: 2009-07-27 23:21:22 +0100 (Mon, 27 Jul 2009)
New Revision: 10641
Log:
Clarify a comment.
Modified:
trunk/include/pub_tool_tooliface.h
Modified: trunk/include/pub_tool_tooliface.h
===================================================================
--- trunk/include/pub_tool_tooliface.h 2009-07-27 17:43:39 UTC (rev 10640)
+++ trunk/include/pub_tool_tooliface.h 2009-07-27 22:21:22 UTC (rev 10641)
@@ -276,9 +276,10 @@
/* Want to report errors from tool? This implies use of suppressions, too. */
extern void VG_(needs_tool_errors) (
- // Identify if two errors are equal, or equal enough. `res' indicates how
- // close is "close enough". `res' should be passed on as necessary, eg. if
- // the Error's `extra' part contains an ExeContext, `res' should be
+ // Identify if two errors are equal, or close enough. This function is
+ // only called if e1 and e2 will have the same error kind. `res' indicates
+ // how close is "close enough". `res' should be passed on as necessary,
+ // eg. if the Error's `extra' part contains an ExeContext, `res' should be
// passed to VG_(eq_ExeContext)() if the ExeContexts are considered. Other
// than that, probably don't worry about it unless you have lots of very
// similar errors occurring.
|