[patch,pushed] AVR: Fix typo / white space in include/opcode/avr.h
Georg-Johann Lay
avr@gjlay.de
Thu Jul 9 11:09:14 GMT 2026
include/
* opcode/avr.h: Fix typo in comment + trailing space.
Johann
--
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 <denisc@overta.ru>
-
+
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)
-
More information about the Binutils
mailing list