summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-20 20:24:50 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-05-20 22:17:34 -0700
commit5cb51e4d385f1a78e57460db8c624392985b7678 (patch)
tree03e1187615aacc5756e436896ebc8db2d641c22a /opcode.h
parentffd2521e4c1de43a59187823fbf6e3aedeab5433 (diff)
downloadperl-5cb51e4d385f1a78e57460db8c624392985b7678.tar.gz
Correct ‘bitiwse’ in two op descriptions
Oops!
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 e4fc3ec1fe..21d8340c41 100644
--- a/opcode.h
+++ b/opcode.h
@@ -643,10 +643,10 @@ EXTCONST char* const PL_op_desc[] = {
"bitwise and (&)",
"bitwise xor (^)",
"bitwise or (|)",
- "numeric bitiwse and (&)",
+ "numeric bitwise and (&)",
"numeric bitwise xor (^)",
"numeric bitwise or (|)",
- "string bitiwse and (&)",
+ "string bitwise and (&)",
"string bitwise xor (^)",
"string bitwise or (|)",
"negation (-)",