diff --git a/include/comphelper/broadcasthelper.hxx b/include/comphelper/broadcasthelper.hxx index d9586ee5b4f7..65fa6d315f09 100644 --- a/include/comphelper/broadcasthelper.hxx +++ b/include/comphelper/broadcasthelper.hxx @@ -25,7 +25,7 @@ namespace comphelper { - // OMutexAndBroadcastHelper - a class which holds a Mutex and a OBroadcastHelper; + // OMutexAndBroadcastHelper - a class which holds a Mutex and an OBroadcastHelper; // needed because when deriving from OPropertySetHelper, // the OBroadcastHelper has to be initialized before // the OPropertySetHelper