|
From: Nicholas N. <nj...@ca...> - 2004-01-26 14:51:16
|
CVS commit by nethercote:
Fix comment
M +2 -2 vg_scheduler.c 1.140
--- valgrind/coregrind/vg_scheduler.c #1.139:1.140
@@ -2964,6 +2964,6 @@ void do_client_request ( ThreadId tid )
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
|