]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_user.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to return from inside a TRY block.
[simgrid.git] / src / simix / smx_user.c
index b9099f58772a88772470ee64eaed666d7ed4e86f..f01364295cfab9dddb3c5653b282113206cbfb01 100644 (file)
@@ -607,7 +607,7 @@ smx_rdv_t simcall_rdv_get_by_name(const char *name)
 {
   xbt_assert(name != NULL, "Invalid parameter for simcall_rdv_get_by_name (name is NULL)");
 
-  /* FIXME: this is a horrible lost of performance, so we hack it out by
+  /* FIXME: this is a horrible loss of performance, so we hack it out by
    * skipping the simcall (for now). It works in parallel, it won't work on
    * distributed but probably we will change MSG for that. */