From 2ea1bf8666ab3dcc1985d6871463c0d8bff0d78c Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 8 Apr 2025 14:17:44 -0400 Subject: Fix capitalization of AArch64. --- view/macho/machoview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') 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)); -- cgit v1.3.1