diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index f82f776b..dec421f8 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -859,7 +859,7 @@ namespace winstd const T handle::invalid = INVAL; /// - /// Base abstract template class to support object handle keeping for objects that support handle duplication + /// Base abstract template class to support object handle keeping for objects that support trivial handle duplication /// template class dplhandle : public handle