]> granicus.if.org Git - graphviz/commitdiff
minor change to comments
authorellson <devnull@localhost>
Thu, 28 Apr 2005 21:21:45 +0000 (21:21 +0000)
committerellson <devnull@localhost>
Thu, 28 Apr 2005 21:21:45 +0000 (21:21 +0000)
lib/gvc/gvevent.c

index 6bcd21030549b0ef9565b377dc2d2938682725aa..f17193775440272ba106d16a68e1fee6dd54d1a9 100644 (file)
@@ -133,9 +133,8 @@ static void * gvevent_find_obj(GVJ_t * job, pointf p)
                return (void *)e;
        }
     }
-    
-    /* search for innermost cluster */
-
+    /* no node or edge found, so
+       search for innermost cluster */
     sg = gvevent_find_cluster(g, P);
     if (sg)
        return (void *)sg;