https://gcc.gnu.org/g:a6109abf2536c1b035312bbd065975efbd533eb1
commit r17-2443-ga6109abf2536c1b035312bbd065975efbd533eb1 Author: Georg-Johann Lay <[email protected]> Date: Thu Jul 16 10:39:49 2026 +0200 AVR: Fix a typo in the AVR Options documentation. gcc/ * doc/invoke.texi (AVR Options): Fix a typo. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 78052b229a58..2e5c9d6788ed 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -24324,7 +24324,7 @@ startup code @code{crt@var{mcu}.o}, a device header @code{avr/io*.h}, a device library @code{lib@var{mcu}.a} and a @uref{https://gcc.gnu.org/wiki/avr-gcc#spec-files,,device-specs} file @code{specs-@var{mcu}}. Only the latter is provided by the compiler -according the supported @code{@var{mcu}}s below. The rest is supported +according to the supported @code{@var{mcu}}s below. The rest is supported by @w{@uref{https://github.com/avrdudes/avr-libc/,,AVR-LibC}}, or by means of @uref{https://gcc.gnu.org/wiki/avr-gcc#atpack,,@code{atpack}} files from the hardware manufacturer.
