From 08f790f5ec817a7697336b73498fb4e924f5045f Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 21 Sep 2015 09:08:48 -0700 Subject: [PATCH] Fixed function comment --- client/executor/exec_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/executor/exec_linux.go b/client/executor/exec_linux.go index 4435ae2d8..21d115c3f 100644 --- a/client/executor/exec_linux.go +++ b/client/executor/exec_linux.go @@ -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()