From: Arnaud Giersch Date: Sat, 2 Feb 2013 23:45:16 +0000 (+0100) Subject: Typo. X-Git-Tag: v3_9_90~521 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dbf95805b9f63cc091a6039e7dfa73d5d164382d?hp=4ddee4eb2e5e6dcb072b7a87e55051a9cf7b5952 Typo. --- diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index b9099f5877..f01364295c 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -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. */