summaryrefslogtreecommitdiff
path: root/ext/Opcode/ops.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Opcode/ops.pm')
-rw-r--r--ext/Opcode/ops.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm
index b9ea36cef3..9b553b7634 100644
--- a/ext/Opcode/ops.pm
+++ b/ext/Opcode/ops.pm
@@ -31,7 +31,7 @@ ops - Perl pragma to restrict unsafe operations when compiling
=head1 DESCRIPTION
-Since the ops pragma currently has an irreversable global effect, it is
+Since the ops pragma currently has an irreversible global effect, it is
only of significant practical use with the C<-M> option on the command line.
See the L<Opcode> module for information about opcodes, optags, opmasks