THURSDAY, MAY 7, 2026
aarch64 — Proposed
Aarch64: Fix comment typo
Corrects a typo in a comment within the AArch64 disassembler.
This patch corrects a typo in a comment in opcodes/aarch64-dis.c. The word “accommadate” is corrected to “accommodate”. This improves code readability.
In Details
Fixes a trivial typo in opcodes/aarch64-dis.c.
For Context
binutils is a collection of binary tools such as the assembler, linker, etc. This patch modifies the disassembler for the AArch64 architecture. The disassembler translates machine code back into human-readable assembly code. This patch corrects a typo.