aboutsummaryrefslogtreecommitdiff
path: root/src/plugin
diff options
context:
space:
mode:
authorOleksandr Redko <oleksandr.red+github@gmail.com>2023-04-17 12:23:36 +0300
committerGopher Robot <gobot@golang.org>2023-04-18 13:43:02 +0000
commit5e03a9c4b203f529379f913d47ebf8b31cc34699 (patch)
tree7e4ecc73e52b132a60d3f0c19d14299e8bf9e6cd /src/plugin
parentb07b00565b0d06d521e7c7aee0897a6434157c0f (diff)
downloadgo-5e03a9c4b203f529379f913d47ebf8b31cc34699.tar.xz
plugin: fix duplicated word in comment
Change-Id: Ia3174d079e84cf874c2f2f3093a7c6337af32b02 Reviewed-on: https://go-review.googlesource.com/c/go/+/485015 Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/plugin')
-rw-r--r--src/plugin/plugin.go2
1 files changed, 1 insertions, 1 deletions
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