Author: jkeenan
Date: Thu Dec 18 17:48:45 2008
New Revision: 34093

Modified:
   trunk/lib/Parrot/OpsRenumber.pm

Log:
Correct punctuation error in comment.

Modified: trunk/lib/Parrot/OpsRenumber.pm
==============================================================================
--- trunk/lib/Parrot/OpsRenumber.pm     (original)
+++ trunk/lib/Parrot/OpsRenumber.pm     Thu Dec 18 17:48:45 2008
@@ -86,7 +86,7 @@
         # (b) the first 7, never-to-be-altered opcodes.
         # Below that line are all the remaining opcodes.  All opcode lines
         # match the pattern /^(\w+)\s+(\d+)$/.  Everything above the line gets
-        # pushed into @lines and, if it's an opcode line, get's split and
+        # pushed into @lines and, if it's an opcode line, gets split and
         # pushed into %fixed as well.  Nothing happens to the (opcode) lines
         # below the DYNAMIC line.
 

Reply via email to