summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-04-08 14:17:44 -0400
committerAlexander Taylor <alex@vector35.com>2025-04-09 17:16:22 -0400
commit2ea1bf8666ab3dcc1985d6871463c0d8bff0d78c (patch)
treef98fe083234afca51099496d02d71360782e6eed /view
parent7efec08a06a25591ceaf70fe36c834f623b25dc0 (diff)
Fix capitalization of AArch64.
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));