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>
This commit is contained in:
Oleksandr Redko 2023-04-17 12:23:36 +03:00 committed by Gopher Robot
parent b07b00565b
commit 5e03a9c4b2
1 changed files with 1 additions and 1 deletions

View File

@ -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