fix typo in comment

Signed-off-by: Victor Vieux <vieux@docker.com>
Upstream-commit: 76122f95e9173c1182b8dd44e1aa236a045d4e6a
Component: engine
This commit is contained in:
Victor Vieux
2016-04-08 00:05:31 -07:00
parent ac13b98614
commit 1946302b86

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