commit | 77bde0970dc23ed089c5ad27a46501643ff1b283 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Jun 10 08:42:22 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 10 08:42:22 2019 -0700 |
tree | b531d824fc34a4d39d5fa02d55800695825eaaa8 | |
parent | bb662017b5ddf797f5acf6eed8e9bcc799a86872 [diff] | |
parent | e8af1a4aee5e756715a2578550a80907e71cd579 [diff] |
Merge "base: Add MmapFile as a synonym for MappedFile" am: 727762ef07 Change-Id: I3c28b1afb8ed191a892149f2c2c100502abf4c2c
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: