Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some typos found by the debian packaging tools
[simgrid.git] / src / bindings / java / jmsg_process.h
index 647d41f..963b7b3 100644 (file)
@@ -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.
  *
  * 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()
  *
  * @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.
  *
 /**
  * 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
  * @param env       The env of the current thread
  *
  * @exception       If the class Process is not found the function throws the ClassNotFoundException. If the method