From: Christian Heinrich Date: Wed, 18 Jul 2018 09:07:41 +0000 (+0200) Subject: [KERNEL] Fix grammar in a comment X-Git-Tag: v3_21~401 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bd2a944e28b5d9e92e5dba1ec6535e117f18eade [KERNEL] Fix grammar in a comment --- diff --git a/src/kernel/resource/Action.cpp b/src/kernel/resource/Action.cpp index 4615d31dcb..1752c19d54 100644 --- a/src/kernel/resource/Action.cpp +++ b/src/kernel/resource/Action.cpp @@ -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();