summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 7c708e402e..859b205750 100644
--- a/opcode.h
+++ b/opcode.h
@@ -549,7 +549,7 @@ EXTCONST char* const PL_op_name[] = {
"isa",
"cmpchain_and",
"cmpchain_dup",
- "freed",
+ "freed",
};
#endif
@@ -957,7 +957,7 @@ EXTCONST char* const PL_op_desc[] = {
"derived class test",
"comparison chaining",
"comparand shuffling",
- "freed op",
+ "freed op",
};
#endif