Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 10 Sep 2018 12:42:52 +0000 (14:42 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 10 Sep 2018 12:42:52 +0000 (14:42 +0200)
1  2 
docs/source/app_s4u.rst

@@@ -39,10 -39,10 +39,10 @@@ completion of these activities
  
  
  When **communicating**, data is not directly sent to other actors but
- posted onto a |Mailbox|_ that serve as rendez-vous point between
+ posted onto a |Mailbox|_ that serves as a rendez-vous point between
  communicating actors. This means that you don't need to know who you
 -are talking to, you just put your communication `Send` request in a
 -mailbox, and it will be matched with a complementary `Receive`
 +are talking to, you just put your communication `Put` request in a
 +mailbox, and it will be matched with a complementary `Get`
  request.  Alternatively, actors can interact through **classical
  synchronization mechanisms** such as |Barrier|_, |Semaphore|_,
  |Mutex|_ and |ConditionVariable|_.