From 8fed91cfa50386f430d06376d3de91b687748af9 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Tue, 12 Sep 2017 12:45:31 +0300 Subject: [PATCH] Correct comment to LocalCountyFile ctor --- platform/local_country_file.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/local_country_file.hpp b/platform/local_country_file.hpp index cfb85eea4d..4b8d50a371 100644 --- a/platform/local_country_file.hpp +++ b/platform/local_country_file.hpp @@ -31,7 +31,7 @@ public: // Creates an instance holding a path to countryFile's in a // directory. Note that no disk operations are not performed until // SyncWithDisk() is called. - // The directory must contain writable dir and data version, e.g. /Data/170703/. + // The directory must containt a full path to the country file. LocalCountryFile(string const & directory, CountryFile const & countryFile, int64_t version); // Syncs internal state like availability of map and routing files,