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:
authorAlex Zolotarev <alex@maps.me>2016-03-07 15:40:08 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:52:45 +0300
commit5d8f3914f6e3efdbce5b314ee4cefa52e2035237 (patch)
tree3ee9ddc0dbd506c5095af206d7f23c9f6d811f04 /indexer/feature.cpp
parent0f1acded750d5e8f41703489487bf1c30eefe336 (diff)
Code review fixes.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index ee6979b3a4..61dc6a179e 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -60,7 +60,7 @@ void FeatureType::ApplyPatch(editor::XMLFeature const & xml)
});
m_bMetadataParsed = true;
- // If types count will be changed here, in ApplyPatch, new number of types should be passed
+ // If types count are changed here, in ApplyPatch, new number of types should be passed
// instead of GetTypesCount().
m_header = CalculateHeader(GetTypesCount(), Header() & HEADER_GEOTYPE_MASK, m_params);
m_bHeader2Parsed = true;