From 5e03a9c4b203f529379f913d47ebf8b31cc34699 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 17 Apr 2023 12:23:36 +0300 Subject: [PATCH] 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 --- src/plugin/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1