Index: wp-includes/feed.php
===================================================================
--- wp-includes/feed.php	(revision 10216)
+++ wp-includes/feed.php	(working copy)
@@ -252,7 +252,7 @@
  * @since 1.5.0
  */
 function comment_link() {
-	echo get_comment_link();
+	echo clean_url( get_comment_link() );
 }
 
 /**

