Finished MPROM support. Fixes #10
[Mograsim.git] / plugins / net.mograsim.machine / src / net / mograsim / machine / MemoryDefinition.java
index 39d12c4..2487308 100644 (file)
@@ -29,7 +29,7 @@ public interface MemoryDefinition
        long getMaximalAddress();
 
        /**
-        * The size of the MainMemory as the amount of addressable memory cells.
+        * The size of the memory as the amount of addressable memory cells.
         * 
         * @return the amount of addressable memory cells
         */