diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 44b323f..16067cb 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -213,7 +213,7 @@ function comment_schema() {
         'type' => 'int',
         'not null' => TRUE,
         'default' => 0,
-        'description' => 'The Unix timestamp of the last comment that was posted within this node, from {comment}.timestamp.',
+        'description' => 'The Unix timestamp of the last comment that was posted within this node, from {comment}.changed.',
       ),
       'last_comment_name' => array(
         'type' => 'varchar',