From 266771ae02c3ba91031614209b202b7890cc29b3 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 27 Dec 2017 18:29:34 +0300 Subject: [PATCH] Review fixes. --- routing/index_router.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing/index_router.cpp b/routing/index_router.cpp index 66ec9d49a1..f6b85fb298 100644 --- a/routing/index_router.cpp +++ b/routing/index_router.cpp @@ -165,8 +165,8 @@ bool IsDeadEnd(Segment const & segment, bool isOutgoing, WorldGraph & worldGraph getVertexByEdgeFn, getOutgoingEdgesFn); } -/// \returns true if the mwm is ready for index graph routing and cross mwm index grapsh routing. -/// It means the mwm contains routing and cross_mwm sections. In term of production mwms +/// \returns true if the mwm is ready for index graph routing and cross mwm index graph routing. +/// It means the mwm contains routing and cross_mwm sections. In terms of production mwms /// the method returns false for mwms 170328 and earlier, and returns true for mwms 170428 and /// later. bool MwmHasRoutingData(version::MwmTraits const & traits)