Skip to content
Snippets Groups Projects
Commit 648ad57b authored by Misha Brukman's avatar Misha Brukman
Browse files

Fix some grammar

llvm-svn: 17141
parent 65af1476
No related branches found
No related tags found
No related merge requests found
......@@ -21,14 +21,14 @@ namespace llvm {
using namespace sys;
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Darwin specific code
//=== WARNING: Implementation here must contain only Darwin-specific code
//=== and must not be generic UNIX code (see ../Unix/Memory.cpp)
//===----------------------------------------------------------------------===//
/// AllocateRWXMemory - Allocate a slab of memory with read/write/execute
/// permissions. This is typically used for JIT applications where we want
/// to emit code to the memory then jump to it. Getting this type of memory
/// is very OS specific.
/// to emit code to the memory and then jump to it. Getting this type of memory
/// is very OS-specific.
///
MemoryBlock Memory::AllocateRWX(unsigned NumBytes) {
if (NumBytes == 0) return MemoryBlock();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment