diff --git a/otk/eventhandler.hh b/otk/eventhandler.hh index bb4f6d6b..8e39a8dc 100644 --- a/otk/eventhandler.hh +++ b/otk/eventhandler.hh @@ -124,8 +124,8 @@ public: virtual ~OtkEventHandler(); protected: - /*! Constructor for the XEventHandler class. - This is protected so that XEventHandlers can't be instantiated on their + /*! Constructor for the OtkEventHandler class. + This is protected so that OtkEventHandlers can't be instantiated on their own. */ OtkEventHandler();