lib/procutil: typo fix in comment to WaitForSigterm

This commit is contained in:
Aliaksandr Valialkin 2019-06-03 16:52:08 +03:00
parent a2986cde70
commit 1d87abc8eb

View File

@ -6,7 +6,7 @@ import (
"syscall"
)
// WaitForSigterm waits fro either SIGTERM or SIGINT
// WaitForSigterm waits for either SIGTERM or SIGINT
//
// Returns the caught signal.
func WaitForSigterm() os.Signal {