diff options
author | Alejandro Colomar <alx.manpages@gmail.com> | 2023-04-20 19:18:55 +0200 |
---|---|---|
committer | Arsen Arsenović <arsen@aarsen.me> | 2023-04-20 20:44:56 +0200 |
commit | d4e8523bf3bfb5f7c23822c23bd2b230030c3d2a (patch) | |
tree | 0cffa1325dc534b2c8f013594c163db01b20ffac /gcc | |
parent | 17aa9ddb34581855dd013745c8be27dda024de4a (diff) | |
download | gcc-d4e8523bf3bfb5f7c23822c23bd2b230030c3d2a.zip gcc-d4e8523bf3bfb5f7c23822c23bd2b230030c3d2a.tar.gz gcc-d4e8523bf3bfb5f7c23822c23bd2b230030c3d2a.tar.bz2 |
doc: Remove repeated word (typo)
gcc/ChangeLog:
* doc/extend.texi (Common Function Attributes): Remove duplicate
word.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'gcc')
-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 84b44cb..ac47680 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3764,7 +3764,7 @@ take function pointer arguments. The @code{optimize} attribute is used to specify that a function is to be compiled with different optimization options than specified on the command line. The optimize attribute arguments of a function behave -behave as if appended to the command-line. +as if appended to the command-line. Valid arguments are constant non-negative integers and strings. Each numeric argument specifies an optimization @var{level}. |