Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.698
diff -u -p -r1.698 comment.module
--- modules/comment/comment.module	14 Mar 2009 23:01:36 -0000	1.698
+++ modules/comment/comment.module	17 Mar 2009 00:56:06 -0000
@@ -902,7 +902,9 @@ function comment_save($edit) {
   }
 }
 
-// An implementation of hook_link().
+/**
+ * Implementation of hook_link().
+ */
 function comment_link($type, $object, $teaser) {
   if ($type == 'comment') {
     $links = comment_links($object, FALSE);
