Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos: binded -> bound.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 650606c..2b2c4b2 100644 (file)
@@ -195,7 +195,7 @@ public abstract class Process implements Runnable {
        }
        /**
         * The natively implemented method to create an MSG process.
-        * @param hostName    A valid (binded) host where create the process.
+        * @param hostName    A valid (bound) host where create the process.
         */
        protected native void create(String hostName) throws HostNotFoundException;
        /**