From 3e09afbb59bff64910b8fbcb83ef5e54d5604d94 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 21 Jun 2023 11:57:09 -0400 Subject: [PATCH] Remove errant square bracket. --- InstructionSets/x86/Instruction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstructionSets/x86/Instruction.hpp b/InstructionSets/x86/Instruction.hpp index 9fc8a8c54..2c6e7bd8a 100644 --- a/InstructionSets/x86/Instruction.hpp +++ b/InstructionSets/x86/Instruction.hpp @@ -224,7 +224,7 @@ enum class Operation: uint8_t { /// current EFLAGS DF flag. INS, /// Outputs a byte, word or double word from ES:[e]DI to the port specified by DX, - /// incrementing or decrementing [e]DI as per the current EFLAGS DF flag.] + /// incrementing or decrementing [e]DI as per the current EFLAGS DF flag. OUTS, /// Pushes all general purpose registers to the stack, in the order: