Index: wp-includes/feed-rss2.php
===================================================================
--- wp-includes/feed-rss2.php	(revision 10712)
+++ wp-includes/feed-rss2.php	(working copy)
@@ -35,7 +35,9 @@
 	<item>
 		<title><?php the_title_rss() ?></title>
 		<link><?php the_permalink_rss() ?></link>
+	<?php if ( get_comments_number($post->ID) ) : ?>
 		<comments><?php comments_link(); ?></comments>
+	<?php endif; ?>
 		<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
 		<dc:creator><?php the_author() ?></dc:creator>
 		<?php the_category_rss() ?>
@@ -51,7 +53,9 @@
 		<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
 	<?php endif; ?>
 <?php endif; ?>
+	<?php if ( get_comments_number($post->ID) ) : ?>
 		<wfw:commentRss><?php echo get_post_comments_feed_link(); ?></wfw:commentRss>
+	<?php endif; ?>
 <?php rss_enclosure(); ?>
 	<?php do_action('rss2_item'); ?>
 	</item>
