Skip to content

Commit 0e46d17

Browse files
committed
c++, options: Just correct a typo.
Signed-off-by: Iain Sandoe <[email protected]>
1 parent 6393e2b commit 0e46d17

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
@@ -1852,7 +1852,7 @@ Enable the non-attribute syntax for contracts.
18521852

18531853
fcontracts-nonattr-noconst
18541854
C++ Var(flag_contracts_nonattr_noconst) Init(0)
1855-
Disable the consitification of entities appearing in a contract condition.
1855+
Disable the const-ification of entities appearing in a contract condition.
18561856

18571857
fcontracts-nonattr-mutable-keyword
18581858
C++ Var(flag_contracts_nonattr_mutable_keyword) Init(0)

0 commit comments

Comments
 (0)