diff options
Diffstat (limited to 'include/lldb/Target/Memory.h')
| -rw-r--r-- | include/lldb/Target/Memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Target/Memory.h b/include/lldb/Target/Memory.h index af6be15df9fb..16d7b256a78e 100644 --- a/include/lldb/Target/Memory.h +++ b/include/lldb/Target/Memory.h @@ -120,8 +120,8 @@ protected: //---------------------------------------------------------------------- // A class that can track allocated memory and give out allocated memory -// without us having to make an allocate/deallocate call every time we -// need some memory in a process that is being debugged. +// without us having to make an allocate/deallocate call every time we need +// some memory in a process that is being debugged. //---------------------------------------------------------------------- class AllocatedMemoryCache { public: |
