diff --git a/Source/Core/Core/PowerPC/Gekko.h b/Source/Core/Core/PowerPC/Gekko.h index 667b1ccb8f..b0638b5301 100644 --- a/Source/Core/Core/PowerPC/Gekko.h +++ b/Source/Core/Core/PowerPC/Gekko.h @@ -465,7 +465,7 @@ union UReg_FPSCR u32 VXIMZ : 1; // Invalid operation exception for 0 / 0 (sticky) u32 VXZDZ : 1; - // Invalid operation exception for int / inf (sticky) + // Invalid operation exception for inf / inf (sticky) u32 VXIDI : 1; // Invalid operation exception for inf - inf (sticky) u32 VXISI : 1;