dsr: Fix doxygen typo

This commit is contained in:
Robert Ammon
2017-05-11 10:45:43 -07:00
parent 84cbc0a0cf
commit 85d28fa217

View File

@@ -339,7 +339,7 @@ DsrRouteCache::RebuildBestRouteTable (Ipv4Address source)
}
d[source] = 0;
/**
* \brief The followingis the core of Dijkstra algorithm
* \brief The following is the core of Dijkstra algorithm
*/
// the node set which shortest distance has been calculated, if true calculated
std::map<Ipv4Address, bool> s;