comment_perm()comment/comment.module, line 213
Implementation of hook_perm().
<?php function comment_perm() { return array('access comments', 'post comments', 'administer comments', 'post comments without approval'); } ?>