summaryrefslogtreecommitdiff
path: root/daemon/attach.go
diff options
context:
space:
mode:
authorLei Jitang <leijitang@huawei.com>2015-09-28 08:59:40 -0400
committerLei Jitang <leijitang@huawei.com>2015-09-28 08:59:40 -0400
commit4e62bd97d37df252213218e5b756ba7da9b1f336 (patch)
tree30e7a20ebae69a7a2861950df78fb60b646a602d /daemon/attach.go
parent9324b154d27643caed58c12e8c49630eeceb4fda (diff)
downloaddocker-4e62bd97d37df252213218e5b756ba7da9b1f336.tar.gz
Fix comment typo in attach.go
Signed-off-by: Lei Jitang <leijitang@huawei.com>
Diffstat (limited to 'daemon/attach.go')
-rw-r--r--daemon/attach.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/attach.go b/daemon/attach.go
index e67e1aaf14..a462543521 100644
--- a/daemon/attach.go
+++ b/daemon/attach.go
@@ -48,7 +48,7 @@ func (daemon *Daemon) ContainerAttachWithLogs(ctx context.Context, prefixOrName
}
// ContainerWsAttachWithLogsConfig attach with websockets, since all
-// stream data is delegated to the websocket to handle, there
+// stream data is delegated to the websocket to handle there.
type ContainerWsAttachWithLogsConfig struct {
InStream io.ReadCloser
OutStream, ErrStream io.Writer