Fixed function comment

This commit is contained in:
Alex Dadgar
2015-09-21 09:08:48 -07:00
parent fcdf5afa03
commit 08f790f5ec

View File

@@ -162,7 +162,7 @@ func (e *LinuxExecutor) Start() error {
return e.spawnDaemon()
}
// spawnCgroup executes a double fork to start the user command with proper
// spawnDaemon executes a double fork to start the user command with proper
// isolation. Stores the child process for use in Wait.
func (e *LinuxExecutor) spawnDaemon() error {
bin, err := discover.NomadExecutable()