]> granicus.if.org Git - graphviz/commitdiff
Fix comment
authorerg <devnull@localhost>
Tue, 2 Jun 2009 18:51:43 +0000 (18:51 +0000)
committererg <devnull@localhost>
Tue, 2 Jun 2009 18:51:43 +0000 (18:51 +0000)
lib/ortho/sgraph.h

index 594c502d69d1b44fc4cfa0f15c353ea7edbf2b0e..a61f4146b515e7444637574efdca97ca5aefca0b 100644 (file)
@@ -31,7 +31,7 @@ struct snode {
   struct cell* cells[2];
 
     /* edges incident on this node 
-     * -- stored as indices of the nodes vector in the graph
+     * -- stored as indices of the edges array in the graph
      */
   int* adj_edge_list;  
   int index;