Skip to content

Commit 84b8076

Browse files
committed
c++, options: Just correct a typo.
Signed-off-by: Iain Sandoe <[email protected]>
1 parent 05129bc commit 84b8076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/c-family/c.opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ Enable the non-attribute syntax for contracts.
18721872

18731873
fcontracts-nonattr-noconst
18741874
C++ Var(flag_contracts_nonattr_noconst) Init(0)
1875-
Disable the consitification of entities appearing in a contract condition.
1875+
Disable the const-ification of entities appearing in a contract condition.
18761876

18771877
fcontracts-nonattr-mutable-keyword
18781878
C++ Var(flag_contracts_nonattr_mutable_keyword) Init(0)

0 commit comments

Comments
 (0)