mirror of https://github.com/golang/go.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 <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:
parent
b07b00565b
commit
5e03a9c4b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue