]> 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 18:44:56 +0000 (20:44 +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 84b44cb991684bf2a6471d228c698b4cf6efc44f..ac476801ed84dcbd1e714fde9288ba394021177b 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}.