diff --git a/src/coreclr/nativeaot/Runtime/Crst.h b/src/coreclr/nativeaot/Runtime/Crst.h index 4ab9db08e0f5e3..df945dec1c5fc7 100644 --- a/src/coreclr/nativeaot/Runtime/Crst.h +++ b/src/coreclr/nativeaot/Runtime/Crst.h @@ -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__