summaryrefslogtreecommitdiff
path: root/tools/debugserver/source/MacOSX/MachVMMemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/debugserver/source/MacOSX/MachVMMemory.cpp')
-rw-r--r--tools/debugserver/source/MacOSX/MachVMMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugserver/source/MacOSX/MachVMMemory.cpp b/tools/debugserver/source/MacOSX/MachVMMemory.cpp
index 76806ab1cc175..12f16ccb9f538 100644
--- a/tools/debugserver/source/MacOSX/MachVMMemory.cpp
+++ b/tools/debugserver/source/MacOSX/MachVMMemory.cpp
@@ -501,7 +501,7 @@ nub_size_t MachVMMemory::Write(task_t task, nub_addr_t address,
nub_size_t bytes_written =
WriteRegion(task, curr_addr, curr_data, curr_data_count);
if (bytes_written <= 0) {
- // Error should have already be posted by WriteRegion...
+ // Status should have already be posted by WriteRegion...
break;
} else {
total_bytes_written += bytes_written;