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:
authorYuri Gorshenin <y@maps.me>2015-06-17 15:15:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:26 +0300
commite0470160313b3ed0bc396ffec72b16fded6b8520 (patch)
treeae8e0b0ad75acdac4a5a06039e9ebc99ae7ab521 /map/feature_vec_model.hpp
parent598e71858b63ef4e587efd932db41474f8f516a0 (diff)
Review fixes.
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index 39ddabd690..9698d5a745 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -48,9 +48,9 @@ class FeaturesFetcher : public Index::Observer
/// Registers a new map.
///
/// \return A pair of an MwmLock and a flag. There are three cases:
- /// * the map is newer than the newset registered - returns
+ /// * the map is newer than the newest registered - returns
/// active lock and set flag
- /// * the map is older than the newset registered - returns inactive lock and
+ /// * the map is older than the newest registered - returns inactive lock and
/// unset flag.
/// * the version of the map equals to the version of the newest registered -
/// returns active lock and unset flag.