correct some misspellings to make Go Report more happy

Signed-off-by: Helen <chenjg@harmonycloud.cn>
This commit is contained in:
fate-grand-order
2017-07-19 17:31:14 +08:00
parent a8504277cc
commit d3d1987fe0
4 changed files with 6 additions and 6 deletions

View File

@@ -336,7 +336,7 @@ type v1History struct {
} `json:"container_config,omitempty"`
}
// isEmptyLayer returns whether the v1 compability history describes an
// isEmptyLayer returns whether the v1 compatibility history describes an
// empty layer. A return value of true indicates the layer is empty,
// however false does not indicate non-empty.
func isEmptyLayer(compatHistory []byte) (bool, error) {