mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/procutil: typo fix in comment to WaitForSigterm
This commit is contained in:
parent
53ea90865d
commit
a3e26de45e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue