Fix comment

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2393
This commit is contained in:
Nicholas Nethercote 2004-05-04 11:25:34 +00:00
parent 661855fee0
commit 7804c9527e

View 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");
}
}