mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 06:37:33 +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:
parent
f42d4247ae
commit
be5faa8a1e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user