edit comments in front end

If you want to edit comments in the front end. Use this

For default edit comment link,

<?php edit_comment_link(); ?> 
          ( or ) 
<?php edit_comment_link(__('edit comment'), '<p>', '</p>'); ?>

Hook is, apply_filters() Calls ‘edit_comment_link‘ hook on the author email

Let Me know Incase of any issues