summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-11-05 01:39:51 +0000
committerSteve Peters <steve@fisharerojo.org>2005-11-05 01:39:51 +0000
commit62726f235154035f7133dd6a159de4ffbbfb0cdb (patch)
tree5f632dc7a9c356685994dc24659f7f4320c4cb75 /opcode.pl
parentc960fc3b3086016b5cf3008030dd5aa01b2db20d (diff)
downloadperl-62726f235154035f7133dd6a159de4ffbbfb0cdb.tar.gz
Typos in opcode.pl this time.
p4raw-id: //depot/perl@26008
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index 9f12344b70..4582b9be09 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -74,8 +74,8 @@ my @raw_alias = (
Perl_pp_shmwrite => [qw(shmread msgsnd msgrcv semop)],
Perl_pp_send => ['syswrite'],
Perl_pp_defined => [qw(dor dorassign)],
- Perl_pp_and => ['and'],
- Perl_pp_or => ['or'],
+ Perl_pp_and => ['andassign'],
+ Perl_pp_or => ['orassign'],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {