summaryrefslogtreecommitdiff
path: root/ace/Signal.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-11-25 19:37:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-11-25 19:37:48 +0000
commit5466d3eca15afb47fbaf97dfdb0e41efccd977e3 (patch)
treef00e1b5a061ce8be9421ef4c219f8f0395ab22e0 /ace/Signal.cpp
parent755f6d69908b244d177c6f672f2a0bafce3a4ff2 (diff)
downloadATCD-5466d3eca15afb47fbaf97dfdb0e41efccd977e3.tar.gz
ChangeLogTag:Fri Nov 24 16:58:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Signal.cpp')
-rw-r--r--ace/Signal.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Signal.cpp b/ace/Signal.cpp
index 4b8bfe48749..623384a46a3 100644
--- a/ace/Signal.cpp
+++ b/ace/Signal.cpp
@@ -565,8 +565,7 @@ ACE_Sig_Handlers::dump (void) const
}
// This is the method that does all the dirty work... The basic
-// structure of this method was devised by Detlef Becker
-// (beckerd@erlh.siemens.de).
+// structure of this method was devised by Detlef Becker.
int
ACE_Sig_Handlers::register_handler (int signum,
@@ -721,7 +720,7 @@ ACE_Sig_Handlers::remove_handler (int signum,
// Type-safe downcast would be nice here...
ACE_Sig_Adapter *sh = (ACE_Sig_Adapter *) *eh;
- // Remove the handler if (1) it's key matches the key we've
+ // Remove the handler if (1) its key matches the key we've
// been told to remove or (2) if we've been told to remove
// *all* handlers (i.e., <sigkey> == -1).