Skip to content

Commit 49ed81f

Browse files
authored
Merge pull request #618 from paulsmith/patch-1
Fix typo in comment
2 parents 3d5c545 + 11f195d commit 49ed81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/oplist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# IMPORTANT NOTE: MoarVM is meant to be able to read bytecode files
77
# from some number of versions back. This means that new ops should,
88
# in general, always be added *at the end* of this file, so they get
9-
# new numbers. Similarly, do not remove an op; rename it DEPCRATED_n
9+
# new numbers. Similarly, do not remove an op; rename it DEPRECATED_n
1010
# (where n is unique for each one). Otherwise the numbering of those
1111
# after it will be broken. The alternative is writing a bunch of very
1212
# boring mapping code and rendering old bytecode impossible to simply

0 commit comments

Comments
 (0)