Skip to content

Fix git push error for protected CLA branch #808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/build/reference/cetcompat.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "/CETCOMPAT (Control-flow Enforcement Technology compatible)"
ms.date: "02/01/2019"
ms.date: "02/19/2019"
f1_keywords: ["/CETCOMPAT"]
helpviewer_keywords: ["/CETCOMPAT linker option", "/CETCOMPAT"]
---
Expand All @@ -15,7 +15,7 @@ Specifies whether to mark an executable image as compatible with Control-flow En
## Arguments

**NO**<br/>
Specifies that the executalbe should not be marked compatible with CET.
Specifies that the executable should not be marked compatible with CET.

## Remarks

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

### To set this linker option programmatically

- This option does not have a programmatic equivalent.
This option does not have a programmatic equivalent.

## See also

Expand Down