From: Nicholas Nethercote Date: Tue, 4 May 2004 11:25:34 +0000 (+0000) Subject: Fix comment X-Git-Tag: svn/VALGRIND_2_1_2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7804c9527e09698a40adc813a55cc3dc053d97b2;p=thirdparty%2Fvalgrind.git Fix comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2393 --- diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c index d85cefa369..31673d4e75 100644 --- a/coregrind/vg_from_ucode.c +++ b/coregrind/vg_from_ucode.c @@ -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"); } }