Update SafeMutex.cs to use correct class name in boilerplate commented out finalizer

This commit is contained in:
Scott Pidzarko
2023-06-14 22:26:28 -06:00
committed by Drew Tingen
parent be94503e6a
commit 2988912d44

View File

@@ -116,7 +116,7 @@ namespace ICD.Common.Utils
// override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
// ~CaMutex()
// ~SafeMutex()
// {
// // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
// Dispose(disposing: false);