[binutils-gdb] AVR: Fix typo / white space in include/opcode/avr.h
Georg-Johann Lay via Binutils-cvs <[email protected]> Thu, 9 Jul 2026 11:10:24 +0000 (GMT)
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=23ec6e8a1ac897c4ee16f521e626b2382af32a40 commit 23ec6e8a1ac897c4ee16f521e626b2382af32a40 Author: Georg-Johann Lay <[email protected]> Date: Thu Jul 9 13:07:44 2026 +0200 AVR: Fix typo / white space in include/opcode/avr.h include/ * opcode/avr.h: Fix typo in comment + trailing space. Diff: --- include/opcode/avr.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/opcode/avr.h b/include/opcode/avr.h index e1712d346fa..57023d51853 100644 --- a/include/opcode/avr.h +++ b/include/opcode/avr.h @@ -2,7 +2,7 @@ Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov <[email protected]> - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) @@ -311,7 +311,6 @@ AVR_INSN (eijmp, "", "1001010000011001", 1, AVR_ISA_EIND, 0x9419) /* DES instruction for encryption and decryption. */ AVR_INSN (des, "E", "10010100EEEE1011", 1, AVR_ISA_DES, 0x940B) -/* Operands are evaluated by hand and won't pop new fux-ups. +/* Operands are evaluated by hand and won't pop new fix-ups. The pseudo-insn is hidden behind NOP so that avr-dis.c don't see it. */ AVR_INSN (__gcc_isr, "", "0000000000000000", 1, AVR_ISA_1200, 0x0) -