commentary
authorClaus Gittinger <cg@exept.de>
Fri, 12 Jan 1996 16:22:08 +0100
changeset 854 301f87015cc5
parent 853 2b8fdfeeae07
child 855 2de3c842c687
commentary
Signal.st
--- a/Signal.st	Thu Jan 11 21:40:44 1996 +0100
+++ b/Signal.st	Fri Jan 12 16:22:08 1996 +0100
@@ -118,7 +118,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.30 1995-11-23 11:08:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.31 1996-01-12 15:22:08 cg Exp $'
 ! !
 
 !Signal class methodsFor:'initialization'!
@@ -329,8 +329,8 @@
 	(((sel := con selector) == #handle:do:) 
 	or:[sel == #handle:from:do:]) ifTrue:[
 	    "
-	     is this is the Signal>>handle:do: context
-	     or a SignalSet>>handle:do: context with self in it ?
+	     is this is a #handle:do: or a #handle:from:do: context
+	     with self in it ?
 	    "
 	    (con receiver accepts:self) ifTrue:[
 		"found a handler context"