diff options
author | David Mitchell <davem@iabyn.com> | 2014-10-17 15:08:22 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-10-20 10:16:56 +0100 |
commit | ac5b5e2ca85da2175f9bfcad4fecc9e703956482 (patch) | |
tree | af271c9f7e1e6b34a753b9050013e6ba1df53994 /opcode.h | |
parent | 8160c8f5087e2f3acc3f9423356949718103de98 (diff) | |
download | perl-ac5b5e2ca85da2175f9bfcad4fecc9e703956482.tar.gz |
fix typo in regen/opcode.pl
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2339,7 +2339,7 @@ EXTCONST char PL_op_private_labels[] = { /* PL_op_private_bitfields[]: details about each bit field type. - * Each defintition consists of the following list of words: + * Each definition consists of the following list of words: * bitmin * label (index into PL_op_private_labels[]; -1 if no label) * repeat for each enum entry (if any): |