diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 6f0df6c..107a1fa 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1411,6 +1411,7 @@ function comment_user_cancel($edit, $account, $method) {
       $comments = comment_load_multiple(array(), array('uid' => $account->uid));
       foreach ($comments as $comment) {
         $comment->uid = 0;
+        $connent->name = variable_get('anonymous', t('Anonymous'));
         comment_save($comment);
       }
       break;
