Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / bindings / java / jmsg_host.h
index 7c72bde..f857937 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions related to the java host instances.                            */
 
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2021. 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. */
@@ -23,7 +23,7 @@ SG_BEGIN_DECL
 #endif
 /* end of eclipse-mandated pimple */
 
-/** Returns a new java instance of an host. */
+/** Returns a new java instance of a host. */
 jobject jhost_new_instance(JNIEnv * env);
 
 /** Take a ref onto the java instance (to prevent its collection) */