diff graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirAssembler.java @ 5775:2c088af17e59

Removed left over Ri* prefixed identifiers
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Jul 2012 21:47:16 +0200
parents a1db0ea58b53
children 92bc58dc5b5e
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirAssembler.java	Thu Jul 05 21:39:22 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirAssembler.java	Thu Jul 05 21:47:16 2012 +0200
@@ -385,7 +385,7 @@
     }
 
     /**
-     * These marks let the RiXirGenerator mark positions in the generated native code and bring them in relationship with on another.
+     * These marks let the {@link XirGenerator} mark positions in the generated native code and bring them in relationship with on another.
      * This is necessary for code patching, etc.
      */
     public static class XirMark {