mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190424 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user