summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-05 16:40:01 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-05 16:40:01 +0000
commitdfa0f641dedfd8e9a4892d7efdb4a130a8eb4e83 (patch)
tree129c172891672df66ca95e812e9bbd16489fc849 /opcode.h
parent0bd6a1141ac9d891d8d30106ffc0f5c4052caaba (diff)
downloadperl-dfa0f641dedfd8e9a4892d7efdb4a130a8eb4e83.tar.gz
s/scalar ref constructor/single ref constructor/ (suggested
by Stephen McCamant) p4raw-id: //depot/perl@3590
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 5cb5ae958d..fc09bd335d 100644
--- a/opcode.h
+++ b/opcode.h
@@ -740,7 +740,7 @@ EXT char *PL_op_desc[] = {
"anonymous subroutine",
"subroutine prototype",
"reference constructor",
- "scalar ref constructor",
+ "single ref constructor",
"reference-type operator",
"bless",
"backticks",