git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190424 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2013-09-10 19:54:54 +00:00
parent f42d4247ae
commit be5faa8a1e

View File

@ -177,7 +177,7 @@ error_code MemoryBuffer::getFileOrSTDIN(StringRef Filename,
//===----------------------------------------------------------------------===//
namespace {
/// \brief Memorry maps a file descriptor using sys::fs::mapped_file_region.
/// \brief Memory maps a file descriptor using sys::fs::mapped_file_region.
///
/// This handles converting the offset into a legal offset on the platform.
class MemoryBufferMMapFile : public MemoryBuffer {