summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/eventhandler.hh4
1 files changed, 2 insertions, 2 deletions
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();