diff --git a/modules/comment.module b/modules/comment.module
index 5d8eeaee1dd9376214974ac56ff57784721cc8ca..b9bf4f01a07a8c2b3d6b49b1f61883950bd1c62a 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -457,9 +457,7 @@ function comment_configure() {
  *
  * 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 their posts got. Furthermore, users
- * can't reply to their own comments and are encouraged instead to extend
- * their original comment.
+ * statements based on the replies to their posts.
  */
 function comment_access($op, $comment) {
   global $user;
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 5d8eeaee1dd9376214974ac56ff57784721cc8ca..b9bf4f01a07a8c2b3d6b49b1f61883950bd1c62a 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -457,9 +457,7 @@ function comment_configure() {
  *
  * 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 their posts got. Furthermore, users
- * can't reply to their own comments and are encouraged instead to extend
- * their original comment.
+ * statements based on the replies to their posts.
  */
 function comment_access($op, $comment) {
   global $user;