2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 16:52:12 +00:00

Merge comment typo to release; Fixes #7511

[SVN r80998]
This commit is contained in:
Marshall Clow
2012-10-16 03:44:59 +00:00
parent 607d866854
commit b5b07e13a8

View File

@@ -175,7 +175,7 @@ namespace boost
while (neighbors[v].size() > 0 && neighbors[v].size() < max_size)
{
// Find one of v's neighbors u such that that v and u
// Find one of v's neighbors u such that v and u
// have no neighbors in common. We'll look for such a
// neighbor with a naive cubic-time algorithm since the
// max size of any of the neighbor sets we'll consider