From 88e148ebc9d4eb7278b0fb333b17d3b87e9706ea Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 5 May 2014 14:43:15 +0200 Subject: [PATCH] typo -- --- src/msg/msg_synchro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/msg_synchro.c b/src/msg/msg_synchro.c index 8c3fa8d28a..c82528984b 100644 --- a/src/msg/msg_synchro.c +++ b/src/msg/msg_synchro.c @@ -55,7 +55,7 @@ void MSG_sem_get_capacity(msg_sem_t sem) { void MSG_sem_destroy(msg_sem_t sem) { simcall_sem_destroy(sem); } -/** @brief returns a boolean indicating it this semaphore would block at this very specific time +/** @brief returns a boolean indicating if this semaphore would block at this very specific time * * Note that the returned value may be wrong right after the function call, when you try to use it... * But that's a classical semaphore issue, and SimGrid's semaphore are not different to usual ones here. -- 2.20.1