UNDO: converted engine to use .ibex instead of .xwar
[org.ibex.core.git] / src / org / ibex / Ibex.java
index 5110127..9431f1f 100644 (file)
@@ -301,7 +301,7 @@ public final class Ibex extends JS.Cloneable {
         }
     }
 
-    // FEATURE: move this into builtin.ibex
+    // FEATURE: move this into builtin.xwar
     public Blessing bless(JS b) { return new Ibex.Blessing((JS.Cloneable)b, this, null, null); }
     public static class Blessing extends JS.Clone {
         private Ibex ibex;