Index: /vop/trunk/modules/nodecomment/nodecomment.module
===================================================================
--- /vop/trunk/modules/nodecomment/nodecomment.module (revision 687)
+++ /vop/trunk/modules/nodecomment/nodecomment.module (revision 703)
@@ -585,5 +585,5 @@
 
   if (node_comment_mode($comment->comment_target_nid) == COMMENT_NODE_READ_WRITE) {
-    if (node_access('edit', $comment)) {
+    if (node_access('update', $comment)) {
       $links['comment_edit'] = array(
         'title' => t('edit'),