Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Plug many memleaks in the Java bindings
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 752f41e..f96cf87 100644 (file)
@@ -306,7 +306,7 @@ public abstract class Process implements Runnable {
                }
        }
 
-       /** This method runs the process. Il calls the method function that you must overwrite. */
+       /** This method runs the process. It calls the method function that you must overwrite. */
        @Override
        public void run() {