Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 383e1418 authored by Tom Cherry's avatar Tom Cherry
Browse files

base: Add MmapFile as a synonym for MappedFile

I was looking for 'MmapFile' earlier and couldn't find it.  After
being pointed to it, we thought that adding this synonym would help
others trying to find this file.

Test: n/a
Change-Id: I7fbfd8e090f21183a5de3603a76f884562b99c4a
parent acf19e80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: