X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2130e3d93afaec6d8b81b7efa96740e20b5784a3..365058a6f1cd1ae07157d60b7ecabe2800043ef5:/examples/msg/platform-properties/platform-properties.c diff --git a/examples/msg/platform-properties/platform-properties.c b/examples/msg/platform-properties/platform-properties.c index 7df8112a64..47bde8cf15 100644 --- a/examples/msg/platform-properties/platform-properties.c +++ b/examples/msg/platform-properties/platform-properties.c @@ -8,7 +8,7 @@ /** @addtogroup MSG_examples * - * - User-defined properties: properties/properties.c Attaching arbitrary informations to host, processes and + * - User-defined properties: properties/properties.c Attaching arbitrary information to host, processes and * such, and retrieving them with @ref MSG_host_get_properties, @ref MSG_host_get_property_value, * @ref MSG_process_get_properties, and @ref MSG_process_get_property_value. Also make sure to read the platform and * deployment XML files to see how to declare these data.