Skip to content
Prev Previous commit
Update Crst.h
  • Loading branch information
VSadov committed Aug 2, 2024
commit 317faa295be7c114169fc7b74ff4e2a0e66e9dff
2 changes: 1 addition & 1 deletion src/coreclr/nativeaot/Runtime/Crst.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// -----------------------------------------------------------------------------------------------------------
//
// Minimal Crst implementation based on CRITICAL_SECTION. Doesn't support much except for the basic locking
// functionality (in particular there is no rank violation checking)................
// functionality (in particular there is no rank violation checking).................
//

#ifndef __Crst_h__
Expand Down