diff --git modules/aggregator/aggregator-summary-items.tpl.php modules/aggregator/aggregator-summary-items.tpl.php
index a8b6b7b..d39e5ca 100644
--- modules/aggregator/aggregator-summary-items.tpl.php
+++ modules/aggregator/aggregator-summary-items.tpl.php
@@ -14,7 +14,7 @@
  * - $source_url: URL to the local source or category.
  *
  * @see template_preprocess()
- * @see template_preprocess_aggregator_summary-items()
+ * @see template_preprocess_aggregator_summary_items()
  */
 ?>
 <h3><?php print $title; ?></h3>
diff --git modules/aggregator/aggregator.pages.inc modules/aggregator/aggregator.pages.inc
index 9e355fc..0f8d559 100644
--- modules/aggregator/aggregator.pages.inc
+++ modules/aggregator/aggregator.pages.inc
@@ -471,7 +471,7 @@ function theme_aggregator_page_opml($variables) {
 /**
  * Process variables for aggregator-summary-items.tpl.php.
  *
- * @see aggregator-summary-item.tpl.php
+ * @see aggregator-summary-items.tpl.php
  */
 function template_preprocess_aggregator_summary_items(&$variables) {
   $variables['title'] = check_plain($variables['source']->title);
