Fix a typo.

This commit is contained in:
Unknown W. Brackets 2013-05-27 00:16:22 -07:00
parent 8438f0f4d2
commit 1c923611e0

View File

@ -49,7 +49,7 @@ namespace MIPSCodeUtils
{
u32 GetCallTarget(u32 addr);
u32 GetBranchTarget(u32 addr);
// Ignores bltzal/etc. the change RA.
// Ignores bltzal/etc. instructions that change RA.
u32 GetBranchTargetNoRA(u32 addr);
u32 GetJumpTarget(u32 addr);
u32 GetSureBranchTarget(u32 addr);