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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-03-18 09:04:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:31 +0300
commit7e8f0172e81bd448c8c2419b66a2881d85a89c62 (patch)
treefa009ce5da259e0a7ef060abb9d336fe1a079df9 /platform/platform.hpp
parentdb109e51a06bfad840f725f2aa76e8bceba20239 (diff)
Fixes after colleagues comments
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index c1e6769faf..2e2654068a 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -164,8 +164,8 @@ public:
bool IsTablet() const { return m_isTablet; }
- /// @return information about kinds of memory which are relevant for a platform
- /// This methid is implemented for iOS and Android only
+ /// @return information about kinds of memory which are relevant for a platform.
+ /// This methid is implemented for iOS and Android only.
string GetMemoryInfo() const;
private: