From: erg Date: Tue, 2 Jun 2009 18:51:43 +0000 (+0000) Subject: Fix comment X-Git-Tag: LAST_LIBGRAPH~32^2~1959 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef37631ecccf9466e519d9cfb9bcd7484d29e130;p=graphviz Fix comment --- diff --git a/lib/ortho/sgraph.h b/lib/ortho/sgraph.h index 594c502d6..a61f4146b 100644 --- a/lib/ortho/sgraph.h +++ b/lib/ortho/sgraph.h @@ -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;