mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +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"
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
// WaitForSigterm waits fro either SIGTERM or SIGINT
|
// WaitForSigterm waits for either SIGTERM or SIGINT
|
||||||
//
|
//
|
||||||
// Returns the caught signal.
|
// Returns the caught signal.
|
||||||
func WaitForSigterm() os.Signal {
|
func WaitForSigterm() os.Signal {
|
||||||
|
|
Loading…
Reference in a new issue