summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles He2016-12-15 04:47:32 -0600
committerCharles He2016-12-15 04:47:32 -0600
commit40feda6ae97cef355ae5089611a77893f0590990 (patch)
treef2742d9454daeb2755d42081e663e5f95522fe7a /base/include/android-base/properties.h
parent89ae81da76810dfe0bed8b62e9e4821633a87700 (diff)
downloadplatform-system-core-40feda6ae97cef355ae5089611a77893f0590990.tar.gz
platform-system-core-40feda6ae97cef355ae5089611a77893f0590990.tar.xz
platform-system-core-40feda6ae97cef355ae5089611a77893f0590990.zip
[nit] Fix typo in properties.h
Test: none Change-Id: I6fe25bc9404c18bedc5802b3d830ede8a1bc28df
Diffstat (limited to 'base/include/android-base/properties.h')
-rw-r--r--base/include/android-base/properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/include/android-base/properties.h b/base/include/android-base/properties.h
index 95d1b6abb..4d7082a21 100644
--- a/base/include/android-base/properties.h
+++ b/base/include/android-base/properties.h
@@ -61,4 +61,4 @@ bool SetProperty(const std::string& key, const std::string& value);
61} // namespace base 61} // namespace base
62} // namespace android 62} // namespace android
63 63
64#endif // ANDROID_BASE_MEMORY_H 64#endif // ANDROID_BASE_PROPERTIES_H