diff --git a/InstructionSets/PowerPC/Instruction.hpp b/InstructionSets/PowerPC/Instruction.hpp index 7d801adc1..f70aca97c 100644 --- a/InstructionSets/PowerPC/Instruction.hpp +++ b/InstructionSets/PowerPC/Instruction.hpp @@ -134,7 +134,7 @@ enum class Operation: uint8_t { addx, /// Add carrying. - /// addc. addc., addco, addco. + /// addc, addc., addco, addco. /// /// rD() = rA() + rB(). XER[CA] is set if a carry occurs. /// oe() and rc() apply.