Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixing comment
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Oct 2010 16:00:13 +0000 (16:00 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Oct 2010 16:00:13 +0000 (16:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8388 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simix/smx_action.c

index 1c470ef..76dd47b 100644 (file)
@@ -94,7 +94,7 @@ smx_action_t SIMIX_action_execute(smx_host_t host, const char *name,
   act->category = NULL;
 #endif
 
-  /* set communication */
+  /* set execute */
   act->surf_action =
     surf_workstation_model->extension.workstation.execute(host->host, amount);