X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17348a216907a911be1ff551533ff2884cc74685..a4bcf3181ca71a85b9c86a2ba21697f7ace4dc37:/src/bindings/java/smx_context_java.h diff --git a/src/bindings/java/smx_context_java.h b/src/bindings/java/smx_context_java.h index 084c5d4ade..789bf1772f 100644 --- a/src/bindings/java/smx_context_java.h +++ b/src/bindings/java/smx_context_java.h @@ -18,7 +18,7 @@ SG_BEGIN_DECL() typedef struct s_smx_ctx_java { s_smx_ctx_base_t super; /* Fields of super implementation */ - jobject jprocess; /* the java process instance binded with the msg process structure */ + jobject jprocess; /* the java process instance bound with the msg process structure */ JNIEnv *jenv; /* jni interface pointer associated to this thread */ xbt_os_thread_t thread; xbt_os_sem_t begin; /* this semaphore is used to schedule/yield the process */