The comment is being unpublished by the moderator.
$comment: Passes in the comment the action is being performed on.
Nothing.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_comment_unpublish($comment) {
drupal_set_message(t('Comment: @subject has been unpublished', array(
'@subject' => $comment->subject,
)));
}