diff --git a/prefork.go b/prefork.go index b2bf382c5e..4acc35d727 100644 --- a/prefork.go +++ b/prefork.go @@ -23,7 +23,7 @@ var ( testPreforkMaster = false ) -// IsChild determines if the current process is a result of Prefork +// IsChild determines if the current process is a child of Prefork func IsChild() bool { return os.Getenv(envPreforkChildKey) == envPreforkChildVal }