diff options
author | Charles He <qiurui@google.com> | 2016-12-15 10:47:32 +0000 |
---|---|---|
committer | Charles He <qiurui@google.com> | 2016-12-15 10:47:32 +0000 |
commit | 40feda6ae97cef355ae5089611a77893f0590990 (patch) | |
tree | f2742d9454daeb2755d42081e663e5f95522fe7a /base | |
parent | 89ae81da76810dfe0bed8b62e9e4821633a87700 (diff) | |
download | core-40feda6ae97cef355ae5089611a77893f0590990.tar.gz core-40feda6ae97cef355ae5089611a77893f0590990.tar.bz2 core-40feda6ae97cef355ae5089611a77893f0590990.zip |
[nit] Fix typo in properties.h
Test: none
Change-Id: I6fe25bc9404c18bedc5802b3d830ede8a1bc28df
Diffstat (limited to 'base')
-rw-r--r-- | base/include/android-base/properties.h | 2 |
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); } // namespace base } // namespace android -#endif // ANDROID_BASE_MEMORY_H +#endif // ANDROID_BASE_PROPERTIES_H |