Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.830
diff -u -p -r1.830 user.module
--- modules/user/user.module	12 Aug 2007 19:25:57 -0000	1.830
+++ modules/user/user.module	15 Aug 2007 00:36:42 -0000
@@ -3180,9 +3180,9 @@ function user_forms() {
 }
 
 /**
- * Implementation of hook_comments().
+ * Implementation of hook_comment().
  */
-function user_comment($comment, $op) {
+function user_comment(&$comment, $op) {
   // Validate signature.
   if ($op == 'view') {
     if (variable_get('user_signatures', 0) && !empty($comment->signature)) {
