you know that annoying html help after you comment form? Do you like minimalism? remove it!
Simply go into your comments.php file and
replace
[code]comment_form();[/code]
with
[code]comment_form(array('comment_notes_after' => ''));[/code]
Done!
read up about it in the WordPress Codex