]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 4 May 2004 11:25:34 +0000 (11:25 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 4 May 2004 11:25:34 +0000 (11:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2393

coregrind/vg_from_ucode.c

index d85cefa3694e57971c5e5548573a30eef17f7a2d..31673d4e759f47128d81bdcbbbfe1048216012e9 100644 (file)
@@ -2284,7 +2284,7 @@ static void emit_call_patchme( void )
       VG_(emitB) ( 0x90 );             /* NOP */
 
       if (dis)
-        VG_(printf)("\n\t\tud2; ud2; nop /* call VG_(patchme) */\n");
+        VG_(printf)("\n\t\tud2; ud2; nop /* call VG_(patch_me) */\n");
    }
 }