about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/011parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/011parse.cc b/subx/011parse.cc
index de62ac50..d0a6cca4 100644
--- a/subx/011parse.cc
+++ b/subx/011parse.cc
@@ -235,7 +235,7 @@ init_op_names();
 :(code)
 void init_op_names() {
   put(name, 0xf4, "halt");
-  put(name, 0x05, "add imm32 to register R0 (EAX)");
+  put(name, 0x05, "add imm32 to R0 (EAX)");
   // End Initialize Op Names(name)
 }