mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
lib/procutil: typo fix in comment to WaitForSigterm
This commit is contained in:
parent
a2986cde70
commit
1d87abc8eb
@ -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 New Issue
Block a user