Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos: binded -> bound.
[simgrid.git] / src / bindings / java / jmsg_process.c
index b78ba98..7e40aec 100644 (file)
@@ -132,7 +132,7 @@ Java_org_simgrid_msg_Process_create(JNIEnv * env,
   /* bind/retrieve the msg host */
   host = MSG_get_host_by_name(hostname);
 
-  if (!(host)) {    /* not binded */
+  if (!(host)) {    /* not bound */
     jxbt_throw_host_not_found(env, hostname);
     return;
   }