From eacecf96651d07155d20c784f4ab8862b57b3a50 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 18 Oct 2001 18:43:20 +0000 Subject: [PATCH] Fix the typo for real now. From-SVN: r46336 --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f94950b2102..ee8f6164323 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1926,7 +1926,7 @@ carefully. The keyword @code{__attribute__} allows you to specify special attributes when making a declaration. This keyword is followed by an attribute specification inside double parentheses. The following -attributs are currently defined for functions on all targets: +attributes are currently defined for functions on all targets: @code{noreturn}, @code{noinline}, @code{pure}, @code{const}, @code{format}, @code{format_arg}, @code{no_instrument_function}, @code{section}, @code{constructor}, @code{destructor}, @code{used}, -- 2.30.2