Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo in comments
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 22 Jan 2016 15:15:50 +0000 (16:15 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 22 Jan 2016 15:15:50 +0000 (16:15 +0100)
src/surf/surf_interface.cpp

index 302cd30..9dfbe99 100644 (file)
@@ -27,7 +27,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_kernel, surf,
  * The callback functions of cpu_model and network_model will be called from
  * those of these host models. */
 xbt_dynar_t all_existing_models = NULL; /* to destroy models correctly */
  * The callback functions of cpu_model and network_model will be called from
  * those of these host models. */
 xbt_dynar_t all_existing_models = NULL; /* to destroy models correctly */
-xbt_dynar_t model_list_invoke = NULL;  /* for invoking callbacks */
+xbt_dynar_t model_list_invoke = NULL;  /* to invoke callbacks */
 
 tmgr_fes_t history = NULL;
 xbt_dynar_t surf_path = NULL;
 
 tmgr_fes_t history = NULL;
 xbt_dynar_t surf_path = NULL;