Skip to content

Commit 7cd7121

Browse files
authored
Merge pull request #1779 from MicrosoftDocs/master
2/19/2019 AM Publish
2 parents 24592ba + ce8efb2 commit 7cd7121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/build/reference/cetcompat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "/CETCOMPAT (Control-flow Enforcement Technology compatible)"
3-
ms.date: "02/01/2019"
3+
ms.date: "02/19/2019"
44
f1_keywords: ["/CETCOMPAT"]
55
helpviewer_keywords: ["/CETCOMPAT linker option", "/CETCOMPAT"]
66
---
@@ -15,7 +15,7 @@ Specifies whether to mark an executable image as compatible with Control-flow En
1515
## Arguments
1616

1717
**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.
1919

2020
## Remarks
2121

@@ -35,7 +35,7 @@ The **/CETCOMPAT** option is available beginning in the Visual Studio 2019 Previ
3535

3636
### To set this linker option programmatically
3737

38-
- This option does not have a programmatic equivalent.
38+
This option does not have a programmatic equivalent.
3939

4040
## See also
4141

docs/standard-library/multiset-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ int main() {
18411841
cout << *ms1_Iter << " ";
18421842
cout << "." << endl;
18431843

1844-
// rend can be used to terminate an interation
1844+
// rend can be used to terminate an iteration
18451845
// through a multiset in a reverse order
18461846
cout << "The reversed multiset is: ";
18471847
for ( ms1_rIter = ms1.rbegin( ) ; ms1_rIter != ms1.rend( ); ms1_rIter++ )

0 commit comments

Comments
 (0)