[patch,pushed] AVR: Fix typo / white space in include/opcode/avr.h
Project / Subsystem
binutils / avr
Date
2026-07-09
Proposer
Georg-Johann Lay <avr@gjlay.de>
Source type
public_inbox
Consensus
Committed
Sentiment
—/10
Technical tradeoffs
- • Improves code readability and correctness by fixing a typo.
- • No functional changes; purely cosmetic.
All attributes
- project
- binutils
- subsystem
- avr
- patch_id
- —
- discussion_id
- 9fc1b835-7859-4474-9898-240ebc5455ce@gjlay.de
- source_type
- public_inbox
- title
- [patch,pushed] AVR: Fix typo / white space in include/opcode/avr.h
- headline
- AVR: Fix typo / white space in include/opcode/avr.h
- tldr
- Fixes a typo and trailing whitespace in a comment within the AVR opcode header file.
- proposer
- Georg-Johann Lay <avr@gjlay.de>
- consensus
- Committed
- outcome
- committed
- sentiment_score
- —
- technical_tradeoffs
-
- • Improves code readability and correctness by fixing a typo.
- • No functional changes; purely cosmetic.
- series_id
- —
- series_role
- standalone
- series_parts
- []
- tags
-
- • avr
- • typo
- • whitespace
- • documentation
- • committed
- bugzilla_url
- —
- date
- 2026-07-09T00:00:00.000Z
[patch,pushed] AVR: Fix typo / white space in include/opcode/avr.h
This patch addresses a minor issue in the AVR opcode header file (include/opcode/avr.h) by correcting a typo in a comment and removing trailing whitespace. The typo changed ‘fux-ups’ to ‘fix-ups’. The change is purely cosmetic and does not affect the functionality of the AVR toolchain.