diff --git a/InstructionSets/x86/Instruction.hpp b/InstructionSets/x86/Instruction.hpp index 1d2507e55..86326657f 100644 --- a/InstructionSets/x86/Instruction.hpp +++ b/InstructionSets/x86/Instruction.hpp @@ -163,7 +163,7 @@ enum class Operation: uint8_t { XOR, /// NOP; no further fields. NOP, - /// POP from the stack to source. + /// POP from the stack to destination. POP, /// POP from the stack to the flags register. POPF,