Merge "base: Add MmapFile as a synonym for MappedFile"

This commit is contained in:
Tom Cherry 2019-06-10 15:26:13 +00:00 committed by Gerrit Code Review
commit 727762ef07

View file

@ -36,7 +36,7 @@ namespace android {
namespace base {
/**
* A region of a file mapped into memory.
* A region of a file mapped into memory, also known as MmapFile.
*/
class MappedFile {
public: