X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..f3e4803befab19389587dd1d9af5ecdeffec551e:/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..85b8c03e56 100644 --- a/src/bindings/java/smx_context_cojava.h +++ b/src/bindings/java/smx_context_cojava.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef _XBT_CONTEXT_COJAVA_H #define _XBT_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;