[binutils-gdb] aarch64: Fix comment typo
Alice Carlotti via Binutils-cvs <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b5adda85e21a8f7d13f2c5ba94ec5e26363de035 commit b5adda85e21a8f7d13f2c5ba94ec5e26363de035 Author: Alice Carlotti <[email protected]> Date: Tue May 5 16:49:25 2026 +0100 aarch64: Fix comment typo Diff: --- opcodes/aarch64-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/aarch64-dis.c b/opcodes/aarch64-dis.c index a7a170661b2..aacf077d7d6 100644 --- a/opcodes/aarch64-dis.c +++ b/opcodes/aarch64-dis.c @@ -2762,7 +2762,7 @@ do_misc_decoding (aarch64_inst *inst) with flags. In this function, we detect such flags, decode the related field(s) and store the information in one of the related operands. The 'one' operand is not any operand but one of the operands that can - accommadate all the information that has been decoded. */ + accommodate all the information that has been decoded. */ static int do_special_decoding (aarch64_inst *inst)