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