projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f343c9
)
execution: correct comment on check_current_action()
author
Brian Norris
<banorris@uci.edu>
Wed, 17 Apr 2013 17:45:58 +0000
(10:45 -0700)
committer
Brian Norris
<banorris@uci.edu>
Wed, 17 Apr 2013 17:45:58 +0000
(10:45 -0700)
execution.cc
patch
|
blob
|
history
diff --git
a/execution.cc
b/execution.cc
index 33c862bac36fd2a7e788cfae00a1a46a774ecd4a..e962b92da41bb57193fc1bbcbf0b386514a35ec2 100644
(file)
--- 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)
{