Commit 43efe7f4 authored by protolambda's avatar protolambda

op-service: fix typo in comment

parent a490ddea
...@@ -33,7 +33,7 @@ var interruptErr = errors.New("interrupt signal") ...@@ -33,7 +33,7 @@ var interruptErr = errors.New("interrupt signal")
// LifecycleCmd turns a LifecycleAction into an CLI action, // LifecycleCmd turns a LifecycleAction into an CLI action,
// by instrumenting it with CLI context and signal based termination. // by instrumenting it with CLI context and signal based termination.
// The signals are catched with the opio.BlockFn attached to the context, if any. // The signals are caught with the opio.BlockFn attached to the context, if any.
// If no block function is provided, it adds default interrupt handling. // If no block function is provided, it adds default interrupt handling.
// The app may continue to run post-processing until fully shutting down. // The app may continue to run post-processing until fully shutting down.
// The user can force an early shut-down during post-processing by sending a second interruption signal. // The user can force an early shut-down during post-processing by sending a second interruption signal.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment