1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #21900 from vieux/type

fix typo in comment
This commit is contained in:
Sebastiaan van Stijn 2016-04-08 17:46:41 -07:00
commit 3bac588335

View file

@ -67,7 +67,7 @@ type Plugin struct {
// error produced by activation
activateErr error
// specifies if the activation sequence is completed (not if it is sucessful or not)
// specifies if the activation sequence is completed (not if it is successful or not)
activated bool
// wait for activation to finish
activateWait *sync.Cond