# HG changeset patch # User mawalch # Date 1471258225 -7200 # Node ID 449ecd831246928d212ff57663f558dcabf7475a # Parent 514a91a6742f1ede724afa0e3001aeec7738131c #OTHER by mawalch occure -> occur occurence -> occurrence occures -> occurs occured -> occurred diff -r 514a91a6742f -r 449ecd831246 Process.st --- a/Process.st Mon Aug 15 12:49:59 2016 +0200 +++ b/Process.st Mon Aug 15 12:50:25 2016 +0200 @@ -741,7 +741,7 @@ suspendedContext "return the processes suspended context - this is the context from which a process switch into the scheduler - or another process occured. + or another process occurred. For the active process, a dead process, or one which had no chance to run yet, nil is returned. Typically, only the debugger is interested in this one." @@ -750,14 +750,10 @@ OBJ i; if (__isSmallInteger(i = __INST(id))) { - RETURN (__threadContext(__intVal(i))); + RETURN (__threadContext(__intVal(i))); } %}. ^ nil - - - - ! ! !Process methodsFor:'accessing-change notifications'!