From 4a1ae3cd4a12cfdebdcc089a90b8bb7756511cfb Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 8 Oct 2015 00:07:07 -0700 Subject: [PATCH] Tweak phrasing to be clearer *why* that's not what we want --- client/executor/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/executor/exec.go b/client/executor/exec.go index 59a601a7d..140739214 100644 --- a/client/executor/exec.go +++ b/client/executor/exec.go @@ -17,7 +17,7 @@ // However, drivers that provide their own isolation should not use executors. // For example, using an executor to start QEMU means that the QEMU call is // run inside a chroot+cgroup, even though the VM already provides isolation for -// the task running inside it. That's not what we want. +// the task running inside it. This is an extraneous level of indirection package executor import (