On 2/23/23 05:26, Jakub Jelinek wrote:
Hi!
This translation PR mentioned the description is a little bit weird.
Ok for trunk?
OK.
2023-02-23 Jakub Jelinek <ja...@redhat.com>
PR translation/108890
* c.opt (fcontracts): Fix description.
--- gcc/c-family/c.opt.jj 2023-02-01 10:19:42.637146215 +0100
+++ gcc/c-family/c.opt 2023-02-23 10:25:06.084085718 +0100
@@ -1689,7 +1689,7 @@ C++ ObjC++ Joined RejectNegative Host_Wi
fcontracts
C++ ObjC++ Var(flag_contracts) Init(0)
-Enable certain features present drafts of C++ Contracts.
+Enable certain features present in drafts of C++ Contracts.
Enum
Name(on_off) Type(int) UnknownError(argument %qs must be either %<on%> or
%<off%>)
Jakub