X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..9899feb3c58364b85481a20d6782bc11810abc49:/src/bindings/java/smx_context_cojava.h diff --git a/src/bindings/java/smx_context_cojava.h b/src/bindings/java/smx_context_cojava.h index 1f7a8dea49..695af57cbc 100644 --- a/src/bindings/java/smx_context_cojava.h +++ b/src/bindings/java/smx_context_cojava.h @@ -18,7 +18,7 @@ SG_BEGIN_DECL() typedef struct s_smx_ctx_cojava { 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 */ jobject jcoroutine; /* java coroutine object */ int bound:1;