summaryrefslogtreecommitdiff
path: root/ace/Signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Signal.h')
-rw-r--r--ace/Signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Signal.h b/ace/Signal.h
index 1709d4d9881..f3704c8dca8 100644
--- a/ace/Signal.h
+++ b/ace/Signal.h
@@ -197,7 +197,7 @@ public:
ACE_Event_Handler **old_sh = 0,
ACE_Sig_Action *old_disp = 0);
// Add a new <ACE_Event_Handler> and a new sigaction associated with
- // <signum>. Passes back the existing ACE_Event_Handler and its
+ // <signum>. Passes back the existing <ACE_Event_Handler> and its
// sigaction if pointers are non-zero. Returns -1 on failure and >=
// 0 on success.