]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment.
authorJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 11:36:03 +0000 (11:36 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 11:36:03 +0000 (11:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4231

coregrind/m_redir.c

index 49811606c52ac60c562af8acb47989d93782af0a..ec892e34d5a046b320d6be3f02cf4d058ebbd281 100644 (file)
@@ -145,7 +145,8 @@ static void add_redir_to_resolved_list(CodeRedirect *redir, Bool need_discard)
             rid of the translation. 
 
             Note, this is potentially expensive -- discarding
-            translations causes complete unchaining.  
+            translations requires a complete search through all of
+            them.
          */
          TRACE_REDIR("Discarding translation due to redirect of already loaded function" );
          TRACE_REDIR("   %s:%s(%p) -> %p)", redir->from_lib, redir->from_sym,