Commit eacecf96 by Alexandre Oliva

Fix the typo for real now.

From-SVN: r46336
parent c8202d4c
...@@ -1926,7 +1926,7 @@ carefully. ...@@ -1926,7 +1926,7 @@ carefully.
The keyword @code{__attribute__} allows you to specify special The keyword @code{__attribute__} allows you to specify special
attributes when making a declaration. This keyword is followed by an attributes when making a declaration. This keyword is followed by an
attribute specification inside double parentheses. The following 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{noreturn}, @code{noinline}, @code{pure}, @code{const},
@code{format}, @code{format_arg}, @code{no_instrument_function}, @code{format}, @code{format_arg}, @code{no_instrument_function},
@code{section}, @code{constructor}, @code{destructor}, @code{used}, @code{section}, @code{constructor}, @code{destructor}, @code{used},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment