diff --git a/Core/MIPS/JitCommon/JitBlockCache.h b/Core/MIPS/JitCommon/JitBlockCache.h index 03661b2855..7331961d9e 100644 --- a/Core/MIPS/JitCommon/JitBlockCache.h +++ b/Core/MIPS/JitCommon/JitBlockCache.h @@ -92,7 +92,7 @@ public: ~JitBlockCache(); int AllocateBlock(u32 em_address); - // When a proxy block is invalidated, the block located at the rootAddress + // When a proxy block is invalidated, the block located at the rootAddress is invalidated too. void ProxyBlock(u32 rootAddress, u32 startAddress, u32 size, const u8 *codePtr); void FinalizeBlock(int block_num, bool block_link);