From 7804c9527e09698a40adc813a55cc3dc053d97b2 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 4 May 2004 11:25:34 +0000 Subject: [PATCH] Fix comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2393 --- coregrind/vg_from_ucode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c index d85cefa36..31673d4e7 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"); } }