diff options
Diffstat (limited to 'usr/src/cmd/svc/startd/protocol.c')
-rw-r--r-- | usr/src/cmd/svc/startd/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/startd/protocol.c b/usr/src/cmd/svc/startd/protocol.c index e4fc9f73c5..a21e7e709a 100644 --- a/usr/src/cmd/svc/startd/protocol.c +++ b/usr/src/cmd/svc/startd/protocol.c @@ -476,7 +476,7 @@ restarter_protocol_send_event(const char *inst, evchan_t *chan, /* * For the purposes of loading state after interruption, this is - * sufficient, as svc.startd(1M) won't receive events on the contracts + * sufficient, as svc.startd(8) won't receive events on the contracts * associated with each delegate. */ MUTEX_LOCK(&st->st_load_lock); |