diff --git a/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs b/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs index 4eac0c5..d2d20cc 100644 --- a/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs +++ b/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs @@ -23,7 +23,7 @@ namespace ICD.Common.Utils } /// - /// Initializes a new instance of the IcdManualResetEvent class with a Boolean value indicating whether to set the initial state to signaled. + /// Initializes a new instance of the IcdAutoResetEvent class with a Boolean value indicating whether to set the initial state to signaled. /// /// true to set the initial state signaled; false to set the initial state to nonsignaled. [PublicAPI]