diff --git a/src/plugin/plugin.go b/src/plugin/plugin.go index a5489e638b..187d127432 100644 --- a/src/plugin/plugin.go +++ b/src/plugin/plugin.go @@ -39,7 +39,7 @@ // some packages may not be initialized until long after the // application has started running. // -// - Bugs in applications that load plugins could be exploited by an +// - Bugs in applications that load plugins could be exploited by // an attacker to load dangerous or untrusted libraries. // // - Runtime crashes are likely to occur unless all parts of the