From e2c6798c92aae719bc2bc9b79dd8658452afbd9e Mon Sep 17 00:00:00 2001 From: Nan Deng Date: Wed, 2 Jul 2014 16:31:19 -0700 Subject: [PATCH] grammar --- info/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/container.go b/info/container.go index c66346bc..6e987916 100644 --- a/info/container.go +++ b/info/container.go @@ -165,7 +165,7 @@ type ContainerStats struct { Memory *MemoryStats `json:"memory,omitempty"` } -// Makes a deep copy of the ContainerStats and returns the pointer to the new +// Makes a deep copy of the ContainerStats and returns a pointer to the new // copy. Copy() will allocate a new ContainerStats object if dst is nil. func (self *ContainerStats) Copy(dst *ContainerStats) *ContainerStats { if dst == nil {