From: Nicholas Nethercote Date: Thu, 27 Nov 2003 09:30:28 +0000 (+0000) Subject: Fix comment X-Git-Tag: svn/VALGRIND_2_1_0~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bbbbfc4615cf16dae4a849bac07956c355f034b;p=thirdparty%2Fvalgrind.git Fix comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2065 --- diff --git a/coregrind/vg_to_ucode.c b/coregrind/vg_to_ucode.c index 06e5dcfbed..41cf201e5f 100644 --- a/coregrind/vg_to_ucode.c +++ b/coregrind/vg_to_ucode.c @@ -2208,7 +2208,7 @@ void codegen_LODS ( UCodeBlock* cb, Int sz ) } -/* Template for REPNE SCAS, _not_ preceded by a REP prefix. */ +/* Template for SCAS, _not_ preceded by a REP prefix. */ static void codegen_SCAS ( UCodeBlock* cb, Int sz ) {