cvsuser 03/11/05 23:00:21
Modified: imcc instructions.h
Log:
Typo.
Revision Changes Path
1.39 +1 -1 parrot/imcc/instructions.h
Index: instructions.h
===================================================================
RCS file: /cvs/public/parrot/imcc/instructions.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -w -r1.38 -r1.39
--- instructions.h 4 Nov 2003 07:46:18 -0000 1.38
+++ instructions.h 6 Nov 2003 07:00:21 -0000 1.39
@@ -54,7 +54,7 @@
IF_unary = (IF_r0_write|IF_r1_read), /* templ for unary op */
IF_inplace = (IF_r0_write|IF_r0_read), /* templ for inplace unary op */
/* the branch flags are the lowe 16 bits of type
- * for uperr 16 see ITXX above */
+ * for upper 16 see ITXX above */
IF_r0_branch = (1 << 0),
IF_r1_branch = (1 << 1),
IF_r2_branch = (1 << 2),