[svn:parrot] r37907 - trunk/src/jit/i386

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Apr 4 18:51:49 UTC 2009


Author: cotto
Date: Sat Apr  4 18:51:48 2009
New Revision: 37907
URL: https://trac.parrot.org/parrot/changeset/37907

Log:
[jit] typo fix

Modified:
   trunk/src/jit/i386/jit_defs.c

Modified: trunk/src/jit/i386/jit_defs.c
==============================================================================
--- trunk/src/jit/i386/jit_defs.c	Sat Apr  4 16:29:05 2009	(r37906)
+++ trunk/src/jit/i386/jit_defs.c	Sat Apr  4 18:51:48 2009	(r37907)
@@ -824,7 +824,7 @@
                    PARROT_INTERP)
 {
     /* we have to get the code pointer, which might change
-     * due too intersegment branches
+     * due to intersegment branches
      */
 
     /* get interpreter


More information about the parrot-commits mailing list