llvm-svn: 190424
This commit is contained in:
Matt Arsenault 2013-09-10 19:54:54 +00:00
parent 471d0c57e7
commit 305a22555a
1 changed files with 1 additions and 1 deletions

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 {