diff options
Diffstat (limited to 'lldb/source/Target/Memory.cpp')
-rw-r--r-- | lldb/source/Target/Memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Memory.cpp b/lldb/source/Target/Memory.cpp index 9f011481212..2a734e3c769 100644 --- a/lldb/source/Target/Memory.cpp +++ b/lldb/source/Target/Memory.cpp @@ -371,7 +371,7 @@ AllocatedBlock::ReserveBlock (uint32_t size) // { // // No more bits are set starting from unallocated_idx, so we // // either have enough chunks for the request, or we don't. -// // Eiter way we break out of the while loop... +// // Either way we break out of the while loop... // num_chunks = total_chunks - unallocated_idx; // if (needed_chunks <= num_chunks) // first_chunk_idx = unallocated_idx; |