From: Alejandro Colomar Date: Thu, 20 Apr 2023 17:18:55 +0000 (+0200) Subject: doc: Remove repeated word (typo) X-Git-Tag: releases/gcc-13.1.0~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5092d33f0702164ed332302c5c808d7977549261;p=thirdparty%2Fgcc.git doc: Remove repeated word (typo) gcc/ChangeLog: * doc/extend.texi (Common Function Attributes): Remove duplicate word. Signed-off-by: Alejandro Colomar --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 64711eb367ec..0be838489e38 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}.