]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Remove repeated word (typo)
authorAlejandro Colomar <alx.manpages@gmail.com>
Thu, 20 Apr 2023 17:18:55 +0000 (19:18 +0200)
committerArsen Arsenović <arsen@aarsen.me>
Thu, 20 Apr 2023 19:00:02 +0000 (21:00 +0200)
gcc/ChangeLog:

* doc/extend.texi (Common Function Attributes): Remove duplicate
word.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
gcc/doc/extend.texi

index 64711eb367ec26252675adea4f0a754760e6886c..0be838489e388e8442927da04ec3cc38ed2a7921 100644 (file)
@@ -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}.