summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/macho/machoview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp
index cda602ad..f1b3eabb 100644
--- a/view/macho/machoview.cpp
+++ b/view/macho/machoview.cpp
@@ -750,7 +750,7 @@ MachOHeader MachoView::HeaderForAddress(BinaryView* data, uint64_t address, bool
break;
case MachOAarch64:
case MachOAarch6432:
- m_logger->LogDebug("Aarch64 Thread state\n");
+ m_logger->LogDebug("AArch64 Thread state\n");
if (thread.flavor != _ARM_THREAD_STATE64)
{
reader.SeekRelative(thread.count * sizeof(uint32_t));