diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-10-18 18:43:20 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-10-18 18:43:20 +0000 |
commit | eacecf96651d07155d20c784f4ab8862b57b3a50 (patch) | |
tree | 4201f69839f908b6f77d20058b5b69555dd3c86e | |
parent | c8202d4cbe4ca1b22420d8f457581f3762276b0a (diff) | |
download | gcc-eacecf96651d07155d20c784f4ab8862b57b3a50.zip gcc-eacecf96651d07155d20c784f4ab8862b57b3a50.tar.gz gcc-eacecf96651d07155d20c784f4ab8862b57b3a50.tar.bz2 |
Fix the typo for real now.
From-SVN: r46336
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f94950b..ee8f616 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}, |