Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[KERNEL] Fix grammar in a comment
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 18 Jul 2018 09:07:41 +0000 (11:07 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 18 Jul 2018 14:42:11 +0000 (16:42 +0200)
src/kernel/resource/Action.cpp

index 4615d31..1752c19 100644 (file)
@@ -196,7 +196,7 @@ bool Action::is_suspended()
 double Action::get_remains()
 {
   XBT_IN("(%p)", this);
-  /* update remains before return it */
+  /* update remains before returning it */
   if (get_model()->get_update_algorithm() == Model::UpdateAlgo::LAZY) /* update remains before return it */
     update_remains_lazy(surf_get_clock());
   XBT_OUT();