commit | 8ec65f690c42aa41a899fdbb85f493f3cba3053b | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Jun 10 08:47:23 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 10 08:47:23 2019 -0700 |
tree | 0b859b7420bf3c4806e89d12ab647d11f849c60b | |
parent | 7388da32201212b0a2485a9fe6c5c9eefeb9ba0d [diff] | |
parent | 77bde0970dc23ed089c5ad27a46501643ff1b283 [diff] |
Merge "base: Add MmapFile as a synonym for MappedFile" am: 727762ef07 am: 26ad5bf069 Change-Id: I24089c26166aefadca6af549724fb03d373913a8
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: