Update a comment

This commit is contained in:
Tom Eastep 2010-12-23 15:34:07 -08:00
parent b100991cfa
commit 5e642a1406

View File

@ -262,7 +262,7 @@ sub map_old_actions( $ ) {
# #
# The final phase (process_actions3) traverses the keys of %usedactions populating each chain appropriately # The final phase (process_actions3) traverses the keys of %usedactions populating each chain appropriately
# by reading the related action definition file and creating rules. Note that a given action definition file is # by reading the related action definition file and creating rules. Note that a given action definition file is
# processed once for each unique [:level[:tag]] applied to an invocation of the action. # processed once for each unique [:level[:tag]][:param] applied to an invocation of the action.
# #
sub process_rule_common ( $$$$$$$$$$$$$$$$ ); sub process_rule_common ( $$$$$$$$$$$$$$$$ );