Fix comment

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2065
This commit is contained in:
Nicholas Nethercote 2003-11-27 09:30:28 +00:00
parent ef4bb579c5
commit 3bbbbfc461

View 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 )
{