Hi,
You can change it by changing the code in comments.php file. Find the code given below in the file and make the required changes accordingly at given place.
<h2 id="comments-title">
<?php
printf( _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), CURRENT_THEME ),
number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );
?>
</h2>