Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/pedestrian_model.cpp')
-rw-r--r--routing/pedestrian_model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/pedestrian_model.cpp b/routing/pedestrian_model.cpp
index e7ae8fe400..e131343bbb 100644
--- a/routing/pedestrian_model.cpp
+++ b/routing/pedestrian_model.cpp
@@ -580,8 +580,8 @@ namespace routing
{
// Use Australia limits because it has all track types availible for pedestrian.
-// If one of feature types will be disabled for pedestrian? Features of this type will be simplyfied
-// in generator. Look FeatureBuilder1::IsRoad() for more info.
+// If one of feature types will be disabled for pedestrian, features of this type will be simplyfied
+// in generator. Look FeatureBuilder1::IsRoad() for more details.
PedestrianModel::PedestrianModel() : VehicleModel(classif(), s_pedestrianLimits_Australia)
{
Init();