]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed terrible(!) typo.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 15 Oct 2003 17:22:22 +0000 (17:22 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 15 Oct 2003 17:22:22 +0000 (17:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1934

helgrind/hg_main.c

index 8df6483ab98af28ae0b351dc7a46ead7483d86d4..e8a3c245b9016c51bb13af67e4ad70ad396dd1f0 100644 (file)
@@ -3269,7 +3269,7 @@ void SK_(pre_clo_init)(void)
    VG_(track_post_thread_create)   (& hg_thread_create);
    VG_(track_post_thread_join)     (& hg_thread_join);
 
-   VG_(track_post_mutex_lock)      (& eraser_pre_mutex_lock);
+   VG_(track_pre_mutex_lock)       (& eraser_pre_mutex_lock);
    VG_(track_post_mutex_lock)      (& eraser_post_mutex_lock);
    VG_(track_post_mutex_unlock)    (& eraser_post_mutex_unlock);