diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-19 05:55:54 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-19 05:55:54 +0000 |
| commit | 648ad57b8580e65b7b0ef885790573d62e2d7660 (patch) | |
| tree | 9448b7924694c54376d96e419c46b600e0747bb7 /llvm/lib | |
| parent | 65af14766f62f8e762f2b9dc45fb8559206624a0 (diff) | |
| download | bcm5719-llvm-648ad57b8580e65b7b0ef885790573d62e2d7660.tar.gz bcm5719-llvm-648ad57b8580e65b7b0ef885790573d62e2d7660.zip | |
Fix some grammar
llvm-svn: 17141
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/System/Darwin/Memory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/System/Darwin/Memory.cpp b/llvm/lib/System/Darwin/Memory.cpp index 974d1dbe104..5735ebac2ab 100644 --- a/llvm/lib/System/Darwin/Memory.cpp +++ b/llvm/lib/System/Darwin/Memory.cpp @@ -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(); |

