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

Commit 727762ef authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

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

parents 8958d7a1 383e1418
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: