From dbf95805b9f63cc091a6039e7dfa73d5d164382d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 3 Feb 2013 00:45:16 +0100 Subject: [PATCH 1/1] Typo. --- src/simix/smx_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1