get comment data using comment id

I am sorry for wasting your time
I think there is a simple function that can do this:

<?php
$defaults = $comment_id; 
$com= get_comment($defaults ); ?>