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 GitHub
parent 2583c86795
commit f150079090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);