Another comment

This commit is contained in:
Tom Eastep 2010-12-31 08:37:56 -08:00
parent aa6754cb40
commit 6c14c76ab5

View File

@ -129,7 +129,7 @@ sub split_action ( $ ) {
# #
# Create a normalized action name from the passed pieces. # Create a normalized action name from the passed pieces.
# #
# Internally, actions are identified by a 4-tuple that # Internally, action invocations are uniquely identified by a 4-tuple that
# includes the action name, log level, log tag and params. The pieces of the tuple # includes the action name, log level, log tag and params. The pieces of the tuple
# are separated by ":". # are separated by ":".
# #