]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/java/jmsg_host.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another bunch of codefactor style issues
[simgrid.git] / src / bindings / java / jmsg_host.cpp
index 550c172ec5980041fb84c576d3b0b07051279dd7..cea9d2230a364c6c9f2462f72bf98547e295470c 100644 (file)
@@ -108,7 +108,7 @@ JNIEXPORT jobject JNICALL Java_org_simgrid_msg_Host_currentHost(JNIEnv * env, jc
   if (not host->extension(JAVA_HOST_LEVEL)) {
     /* the native host not yet associated with the java host instance */
 
-    /* instanciate a new java host instance */
+    /* instantiate a new java host instance */
     jhost = jhost_new_instance(env);
 
     if (not jhost) {