From 85d28fa21778b2a13c7825dd38b0fcfb3f961505 Mon Sep 17 00:00:00 2001 From: Robert Ammon Date: Thu, 11 May 2017 10:45:43 -0700 Subject: [PATCH] dsr: Fix doxygen typo --- src/dsr/model/dsr-rcache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsr/model/dsr-rcache.cc b/src/dsr/model/dsr-rcache.cc index dcc2fb656..559815f24 100644 --- a/src/dsr/model/dsr-rcache.cc +++ b/src/dsr/model/dsr-rcache.cc @@ -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 s;