summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcode.h b/opcode.h
index b4d653774b..ae4011faa1 100644
--- a/opcode.h
+++ b/opcode.h
@@ -397,7 +397,7 @@ EXT char *PL_op_desc[] = {
"single ref constructor",
"reference-type operator",
"bless",
- "backticks (``, qx)",
+ "quoted execution (``, qx)",
"glob",
"<HANDLE>",
"append I/O operator",
@@ -683,9 +683,9 @@ EXT char *PL_op_desc[] = {
"semctl",
"semop",
"require",
- "do 'file'",
- "eval 'string'",
- "eval 'string' exit",
+ "do \"file\"",
+ "eval \"string\"",
+ "eval \"string\" exit",
"eval {block}",
"eval {block} exit",
"gethostbyname",