]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 26 Jan 2004 14:50:45 +0000 (14:50 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 26 Jan 2004 14:50:45 +0000 (14:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2230

coregrind/vg_scheduler.c

index 418919ddac34f032186ea5066d97fb58c0ef037c..8e9a67726171aa65a9bf78c63d0a332be4e04c91 100644 (file)
@@ -2963,8 +2963,8 @@ void do_client_request ( ThreadId tid )
       /* Note:  for tools that replace malloc() et al, we want to call
          the replacement versions.  For those that don't, we want to call
          VG_(cli_malloc)() et al.  We do this by calling SK_(malloc)(), which
-         malloc-replacing tools must replace, but have its default definition
-         call */
+         malloc-replacing tools must replace, but have the default definition
+         of SK_(malloc)() call VG_(cli_malloc)().  */
 
       /* Note: for MALLOC and FREE, must set the appropriate "lock"... see
          the comment in vg_defaults.c/SK_(malloc)() for why. */