Via form_alter, find the textarea you want to change. Set #resizable attribute to FALSE;
<?php$form['comment_filter']['comment']['#resizable'] = FALSE;?>
View the discussion thread.