commit | e8af1a4aee5e756715a2578550a80907e71cd579 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Jun 10 15:26:13 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 10 15:26:13 2019 +0000 |
tree | b531d824fc34a4d39d5fa02d55800695825eaaa8 | |
parent | 1cb92b4a6c7df82f307e2c0b8dbd34e52404914d [diff] | |
parent | ab5bdd83f17b8b9ed99f87110dcb45358af27758 [diff] |
Merge "base: Add MmapFile as a synonym for MappedFile"
diff --git a/base/include/android-base/mapped_file.h b/base/include/android-base/mapped_file.h index b719646..2ab49ab 100644 --- a/base/include/android-base/mapped_file.h +++ b/base/include/android-base/mapped_file.h
@@ -36,7 +36,7 @@ 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: