Skip to content

Commit ea375ca

Browse files
author
Colin Robertson
authored
Merge branch 'master' into mb-csat
2 parents 51aec90 + 3298ef8 commit ea375ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows/criticalsection-criticalsection-constructor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ explicit CriticalSection(
3232
The spin count for the critical section object. The default value is 0.
3333

3434
## Remarks
35-
For more information about crticial sections and spincounts, see the **InitializeCriticalSectionAndSpinCount** function in the Synchronization section of the Windows API documenation.
35+
For more information about critical sections and spincounts, see the **InitializeCriticalSectionAndSpinCount** function in the Synchronization section of the Windows API documenation.
3636

3737
## Requirements
3838
**Header:** corewrappers.h
3939

4040
**Namespace:** Microsoft::WRL::Wrappers
4141

4242
## See Also
43-
[CriticalSection Class](../windows/criticalsection-class.md)
43+
[CriticalSection Class](../windows/criticalsection-class.md)

0 commit comments

Comments
 (0)