Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo spotted by Henri during a call
authorFred Suter <suterf@ornl.gov>
Thu, 27 Oct 2022 12:31:05 +0000 (08:31 -0400)
committerFred Suter <suterf@ornl.gov>
Fri, 28 Oct 2022 11:39:36 +0000 (07:39 -0400)
src/kernel/activity/CommImpl.cpp

index 0d21716..ca40f6a 100644 (file)
@@ -144,7 +144,7 @@ CommImpl* CommImpl::start()
     } else if ((src_actor_ != nullptr && src_actor_->is_suspended()) ||
                (dst_actor_ != nullptr && dst_actor_->is_suspended())) {
       /* If any of the actor is suspended, create the synchro but stop its execution,
-         it will be restarted when the sender actor resume */
+         it will be restarted when the sender actor resumes */
       if (src_actor_->is_suspended())
         XBT_DEBUG("The communication is suspended on startup because src (%s@%s) was suspended since it initiated the "
                   "communication",