Skip to content

Commit b44b025

Browse files
author
Colin Robertson
authored
do not -> don't
1 parent 18a8980 commit b44b025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/qspectre-load-cf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Specifies compiler generation of serializing instructions for every control-flow
2424
jmp [rax]
2525
```
2626

27-
Because **/Qspectre-load-cf** stops speculation of all loads in control-flow instructions, the performance impact is high. The mitigation isn't appropriate everywhere. If there are performance critical blocks of code that do not require protection, you can disable these mitigations by using `__declspec(spectre(nomitigation))`.
27+
Because **/Qspectre-load-cf** stops speculation of all loads in control-flow instructions, the performance impact is high. The mitigation isn't appropriate everywhere. If there are performance critical blocks of code that don't require protection, you can disable these mitigations by using `__declspec(spectre(nomitigation))`.
2828

2929
The **/Qspectre-load-cf** option is off by default, and supports all optimization levels.
3030

0 commit comments

Comments
 (0)