summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-02-23 15:27:31 +0100
committerJakub Jelinek <jakub@redhat.com>2023-02-23 15:27:31 +0100
commit9f9a7095d910379cd86ac45f81c79b363f859996 (patch)
treeffbcefac3c05b335a4f68ed12f5723aa968b3b0a
parent68e7489b6c1035c69ee008a63d3d56e89fafbb30 (diff)
downloadgcc-9f9a7095d910379cd86ac45f81c79b363f859996.tar.gz
c++: Fix up -fcontracts option description [PR108890]
This translation PR mentioned the description is a little bit weird. 2023-02-23 Jakub Jelinek <jakub@redhat.com> PR translation/108890 * c.opt (fcontracts): Fix description.
-rw-r--r--gcc/c-family/c.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index c0fea56a8f5..3333cddeece 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1689,7 +1689,7 @@ C++ ObjC++ Joined RejectNegative Host_Wide_Int Var(constexpr_ops_limit) Init(335
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%>)