Edit Comments Form in TwentyEleven
The comments template is added to template files via the comments_template() template tag. The comments_template() template tag includes the comments.php template-part file. The comments.php template-part file includes the comment-reply form via the comment_form() template tag. Refer to the Codex (linked) for detailed instructions for modifying the content and output of comment_form().