diff --git a/themes/garland/template.php b/themes/garland/template.php
index 1b144f1210b998a4b50d34fe199e3f8d566dfaca..416a43a8d9221eda4c418568f5d8c1e0a2000525 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -1,11 +1,7 @@
 <?php
 
 /**
- * Return a themed breadcrumb trail.
- *
- * @param $breadcrumb
- *   An array containing the breadcrumb links.
- * @return a string containing the breadcrumb output.
+ * Override of theme_breadcrumb().
  */
 function garland_breadcrumb($variables) {
   $breadcrumb = $variables['breadcrumb'];