From 960e943616c59281fc10cd274ca04300d66c6391 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 17 Apr 2013 10:45:58 -0700 Subject: [PATCH] execution: correct comment on check_current_action() --- execution.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1