Be understanding about large file systems.
[p5sagit/p5-mst-13.2.git] / opcode.h
index b4d6537..ae4011f 100644 (file)
--- 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",