Skip to content

Commit

Permalink
Fixed obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jepst committed Dec 9, 2011
1 parent 76d859c commit 9ed2ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Remote/Process.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2081,10 +2081,10 @@ instance Binary GlCommand where
return $ GlUnmonitor a b c

-- | The different kinds of monitoring available between processes.
data MonitorAction = MaMonitor -- ^ MaMonitor means that the monitor process will be sent a ProcessDownException message when the monitee terminates for any reason.
| MaLink -- ^ MaLink means that the monitor process will receive an asynchronous exception of type ProcessDownException when the monitee terminates for any reason
data MonitorAction = MaMonitor -- ^ MaMonitor means that the monitor process will be sent a ProcessMonitorException message when the monitee terminates for any reason.
| MaLink -- ^ MaLink means that the monitor process will receive an asynchronous exception of type ProcessMonitorException when the monitee terminates for any reason

| MaLinkError -- ^ MaLinkError means that the monitor process will receive an asynchronous exception of type ProcessDownException when the monitee terminates abnormally
| MaLinkError -- ^ MaLinkError means that the monitor process will receive an asynchronous exception of type ProcessMonitorException when the monitee terminates abnormally

deriving (Typeable,Show,Ord,Eq)
instance Binary MonitorAction where
Expand Down

0 comments on commit 9ed2ee7

Please sign in to comment.