From: Brian Norris Date: Wed, 17 Apr 2013 17:45:58 +0000 (-0700) Subject: execution: correct comment on check_current_action() X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=960e943616c59281fc10cd274ca04300d66c6391 execution: correct comment on check_current_action() --- diff --git a/execution.cc b/execution.cc index 33c862b..e962b92 100644 --- a/execution.cc +++ b/execution.cc @@ -1209,7 +1209,7 @@ bool ModelExecution::check_action_enabled(ModelAction *curr) { * * @param curr The current action to process * @return The ModelAction that is actually executed; may be different than - * curr; may be NULL, if the current action is not enabled to run + * curr */ ModelAction * ModelExecution::check_current_action(ModelAction *curr) {