Merge pull request #28767 from johscheuer/fix-volume-typos

Automatic merge from submit-queue

Fix typos in volume.go

Fixed some minor typos in the docs of `volume.go`.
This commit is contained in:
k8s-merge-robot 2016-07-18 00:36:00 -07:00 committed by GitHub
commit d168bbe3b8

View File

@ -135,7 +135,7 @@ type Deleter interface {
// Attacher can attach a volume to a node.
type Attacher interface {
// Attaches the volume specified by the given spec to the given host.
// On success, returns the device path where the device was attache don the
// On success, returns the device path where the device was attached on the
// node.
Attach(spec *Spec, hostName string) (string, error)