diff --git a/wp-includes/feed.php b/wp-includes/feed.php
index 750816208c..6674c10a5b 100644
--- a/wp-includes/feed.php
+++ b/wp-includes/feed.php
@@ -389,7 +389,6 @@ function get_the_category_rss($type = null) {
if ( 'rdf' == $type )
$the_list .= "\t\t\n";
elseif ( 'atom' == $type )
- /** This filter is documented in wp-includes/feed.php */
$the_list .= sprintf( '', esc_attr( get_bloginfo_rss( 'url' ) ), esc_attr( $cat_name ) );
else
$the_list .= "\t\t\n";