File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " /CETCOMPAT (Control-flow Enforcement Technology compatible)"
3
- ms.date : " 02/01 /2019"
3
+ ms.date : " 02/19 /2019"
4
4
f1_keywords : ["/CETCOMPAT"]
5
5
helpviewer_keywords : ["/CETCOMPAT linker option", "/CETCOMPAT"]
6
6
---
@@ -15,7 +15,7 @@ Specifies whether to mark an executable image as compatible with Control-flow En
15
15
## Arguments
16
16
17
17
** NO** <br />
18
- Specifies that the executalbe should not be marked compatible with CET.
18
+ Specifies that the executable should not be marked compatible with CET.
19
19
20
20
## Remarks
21
21
@@ -35,7 +35,7 @@ The **/CETCOMPAT** option is available beginning in the Visual Studio 2019 Previ
35
35
36
36
### To set this linker option programmatically
37
37
38
- - This option does not have a programmatic equivalent.
38
+ This option does not have a programmatic equivalent.
39
39
40
40
## See also
41
41
Original file line number Diff line number Diff line change @@ -1841,7 +1841,7 @@ int main() {
1841
1841
cout << * ms1_Iter << " ";
1842
1842
cout << "." << endl;
1843
1843
1844
- // rend can be used to terminate an interation
1844
+ // rend can be used to terminate an iteration
1845
1845
// through a multiset in a reverse order
1846
1846
cout << "The reversed multiset is: ";
1847
1847
for ( ms1_rIter = ms1.rbegin( ) ; ms1_rIter != ms1.rend( ); ms1_rIter++ )
You can’t perform that action at this time.
0 commit comments