Merge pull request #21900 from vieux/type

fix typo in comment
Upstream-commit: 3bac588335bd2af28726bc803885fc0b2ae73554
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-04-08 17:46:41 -07:00
+1 -1
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