]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 27 Nov 2003 09:30:28 +0000 (09:30 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 27 Nov 2003 09:30:28 +0000 (09:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2065

coregrind/vg_to_ucode.c

index 06e5dcfbedc4ffa51482a721f93cf16300f5851a..41cf201e5f358822edb0fa7315c62dac352a257f 100644 (file)
@@ -2208,7 +2208,7 @@ void codegen_LODS ( UCodeBlock* cb, Int sz )
 }
 
 
-/* Template for REPNE SCAS<sz>, _not_ preceded by a REP prefix. */
+/* Template for SCAS<sz>, _not_ preceded by a REP prefix. */
 static 
 void codegen_SCAS ( UCodeBlock* cb, Int sz )
 {