[svn:parrot] r37168 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Mar 7 14:28:42 UTC 2009


Author: jkeenan
Date: Sat Mar  7 14:28:42 2009
New Revision: 37168
URL: https://trac.parrot.org/parrot/changeset/37168

Log:
Adjust inline comment so that syntax highlighting works better.

Modified:
   trunk/t/op/01-parse_ops.t

Modified: trunk/t/op/01-parse_ops.t
==============================================================================
--- trunk/t/op/01-parse_ops.t	Sat Mar  7 14:15:17 2009	(r37167)
+++ trunk/t/op/01-parse_ops.t	Sat Mar  7 14:28:42 2009	(r37168)
@@ -58,7 +58,7 @@
 for my $op (@$Parrot::OpLib::core::ops) {
     my @regtypes = $op->arg_types;
 
-    ## for now, avoid opcodes with regtypes i don't know how to represent
+    ## for now, avoid opcodes with regtypes i do not know how to represent
     next unless @regtypes == grep { defined $$object_map{$_} } @regtypes;
 
     ## extract the basename of the opcode


More information about the parrot-commits mailing list