typo in comment

This commit is contained in:
eap 2011-11-21 08:39:13 +00:00
parent 7bea5a1232
commit 4bf4f40c43

View File

@ -315,7 +315,7 @@ namespace
bool IsCorner() const { return _node; } bool IsCorner() const { return _node; }
}; };
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
struct _Link // link connection two _Node's struct _Link // link connecting two _Node's
{ {
_Node* _nodes[2]; _Node* _nodes[2];
vector< _Node> _intNodes; // _Node's at GridLine intersections vector< _Node> _intNodes; // _Node's at GridLine intersections