Skip to content

Commit 3ababb6

Browse files
committed
Update Crst.h
1 parent 6ae4195 commit 3ababb6

File tree

1 file changed

+1
-1
lines changed
  • src/coreclr/nativeaot/Runtime

1 file changed

+1
-1
lines changed

src/coreclr/nativeaot/Runtime/Crst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// -----------------------------------------------------------------------------------------------------------
66
//
77
// Minimal Crst implementation based on CRITICAL_SECTION. Doesn't support much except for the basic locking
8-
// functionality (in particular there is no rank violation checking)................
8+
// functionality (in particular there is no rank violation checking).................
99
//
1010

1111
#ifndef __Crst_h__

0 commit comments

Comments
 (0)