From dc30581be0d9680356f7f4ef573e36b1c18ef4a1 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 28 Mar 2022 16:39:55 -0400 Subject: [PATCH] Fix typo; . -> , --- InstructionSets/PowerPC/Instruction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.