Fix a variety of typos.

No functional change.

llvm-svn: 239995
This commit is contained in:
Bruce Mitchener
2015-06-18 05:27:05 +00:00
parent 8b2492f2a0
commit 58ef391f3e
51 changed files with 112 additions and 112 deletions

View File

@@ -284,9 +284,9 @@ DataBufferMemoryMap::MemoryMapFromFileDescriptor (int fd,
// Save the actual mmap'ed size
m_mmap_size = length + page_offset;
// Our data is at an offset into the the mapped data
// Our data is at an offset into the mapped data
m_data = m_mmap_addr + page_offset;
// Our pretend size is the size that was requestd
// Our pretend size is the size that was requested
m_size = length;
}
}