diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 78d35c03940075c007fba379a865be4b20a0b75d..31e37be89849d630db40369a3a680f30d263b5c7 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1406,15 +1406,15 @@ function comment_user_delete($account) {
 }
 
 /**
- * This is *not* a hook_access() implementation. This function is called
- * to determine whether the current user has access to a particular comment.
+ * Determines whether the current user has access to a particular comment.
  *
  * Authenticated users can edit their comments as long they have not been
- * replied to. This prevents people from changing or revising their
- * statements based on the replies to their posts.
+ * replied to. This prevents people from changing or revising their statements
+ * based on the replies to their posts.
  *
  * @param $op
- *   The operation that is to be performed on the comment. Only 'edit' is recognized now.
+ *   The operation that is to be performed on the comment. Only 'edit' is
+ *   recognized now.
  * @param $comment
  *   The comment object.
  * @return