diff --git a/include/WinStd/ETW.h b/include/WinStd/ETW.h index c3624460..4d659eef 100644 --- a/include/WinStd/ETW.h +++ b/include/WinStd/ETW.h @@ -790,14 +790,14 @@ namespace winstd } /// - /// Auto-typecasting operator + /// Gets session name /// - /// \return Session properties + /// \return Session name /// LPCTSTR name() const { const EVENT_TRACE_PROPERTIES *prop = m_prop.get(); - return reinterpret_cast(reinterpret_cast(prop) + prop->LoggerNameOffset); + return reinterpret_cast(reinterpret_cast(prop) + prop->LoggerNameOffset); } ///