X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/591d1f1de204ef7303e6d02c88ae4c7f59c564de..721c5fd3552fda449831f04443097c1975ce517c:/src/bindings/java/jmsg_process.h diff --git a/src/bindings/java/jmsg_process.h b/src/bindings/java/jmsg_process.h index 647d41fc44..963b7b33ef 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -42,8 +42,8 @@ jobject jprocess_new_global_ref(jobject jprocess, JNIEnv * env); * This function delete a global reference to a java process instance. * If the java process is alive the function joins it and stops it before. * - * @param The global refernce to delete. - * @param env The env of the current thread + * @param jprocess The global refernce to delete. + * @param env The env of the current thread * * @see jprocess_join() * @see jprocess_exit() @@ -53,7 +53,7 @@ void jprocess_delete_global_ref(jobject jprocess, JNIEnv * env); /** * This function waits for a java process to terminate. * - * @param jprocess The java process ot wait for. + * @param jprocess The java process to wait for. * @param env The env of the current thread * * @exception If the class Process is not found the function throws the ClassNotFoundException. If the method