summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Address.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/Address.cpp')
-rw-r--r--lldb/source/Core/Address.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Address.cpp b/lldb/source/Core/Address.cpp
index beea2001cf1..fadbef25715 100644
--- a/lldb/source/Core/Address.cpp
+++ b/lldb/source/Core/Address.cpp
@@ -170,7 +170,7 @@ ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address,
char buf[k_buf_len+1];
buf[k_buf_len] = '\0'; // NULL terminate
- // Byte order and adderss size don't matter for C string dumping..
+ // Byte order and address size don't matter for C string dumping..
DataExtractor data (buf, sizeof(buf), eByteOrderHost, 4);
size_t total_len = 0;
size_t bytes_read;
OpenPOWER on IntegriCloud