From: Oleksandr Redko Date: Mon, 17 Apr 2023 09:23:36 +0000 (+0300) Subject: plugin: fix duplicated word in comment X-Git-Tag: go1.21rc1~871 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5e03a9c4b203f529379f913d47ebf8b31cc34699;p=gostls13.git plugin: fix duplicated word in comment Change-Id: Ia3174d079e84cf874c2f2f3093a7c6337af32b02 Reviewed-on: https://go-review.googlesource.com/c/go/+/485015 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Bryan Mills Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- 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