Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize some code in SURF
[simgrid.git] / src / surf / surf_private.h
index 2c53b22..af323a9 100644 (file)
@@ -32,7 +32,7 @@ typedef enum {
 
 typedef struct surf_model_private {
   int (*resource_used) (void *resource_id);
 
 typedef struct surf_model_private {
   int (*resource_used) (void *resource_id);
-  /* Share the resources to the actions and return in hom much time
+  /* Share the resources to the actions and return in how much time
      the next action may terminate */
   double (*share_resources) (double now);
   /* Update the actions' state */
      the next action may terminate */
   double (*share_resources) (double now);
   /* Update the actions' state */
@@ -53,7 +53,7 @@ double generic_maxmin_share_resources(xbt_swag_t running_actions,
                                       lmm_system_t sys,
                                       void (*solve) (lmm_system_t));
 
                                       lmm_system_t sys,
                                       void (*solve) (lmm_system_t));
 
-/* Generic functions common to all modelss */
+/* Generic functions common to all models */
 e_surf_action_state_t surf_action_get_state(surf_action_t action);
 double surf_action_get_start_time(surf_action_t action);
 double surf_action_get_finish_time(surf_action_t action);
 e_surf_action_state_t surf_action_get_state(surf_action_t action);
 double surf_action_get_start_time(surf_action_t action);
 double surf_action_get_finish_time(surf_action_t action);