From 2988912d446e3140aae6cac5af41f95901fc51ea Mon Sep 17 00:00:00 2001 From: Scott Pidzarko Date: Wed, 14 Jun 2023 22:26:28 -0600 Subject: [PATCH] Update SafeMutex.cs to use correct class name in boilerplate commented out finalizer --- ICD.Common.Utils/Threading/SafeMutex.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/Threading/SafeMutex.cs b/ICD.Common.Utils/Threading/SafeMutex.cs index 97bdb53..2b2e631 100644 --- a/ICD.Common.Utils/Threading/SafeMutex.cs +++ b/ICD.Common.Utils/Threading/SafeMutex.cs @@ -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);