|
@@ -191,7 +191,7 @@ type NodeSet map[NodeInfo]bool
|
191
|
191
|
// works as a unique identifier; however, in a tree multiple nodes may share
|
192
|
192
|
// identical NodeInfos. A *Node does uniquely identify a node so we can use that
|
193
|
193
|
// instead. Though a *Node also uniquely identifies a node in a graph,
|
194
|
|
-// currently, during trimming, graphs are rebult from scratch using only the
|
|
194
|
+// currently, during trimming, graphs are rebuilt from scratch using only the
|
195
|
195
|
// NodeSet, so there would not be the required context of the initial graph to
|
196
|
196
|
// allow for the use of *Node.
|
197
|
197
|
type NodePtrSet map[*Node]bool
|