]> Cypherpunks.ru repositories - gostls13.git/commitdiff
plugin: fix duplicated word in comment
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Mon, 17 Apr 2023 09:23:36 +0000 (12:23 +0300)
committerGopher Robot <gobot@golang.org>
Tue, 18 Apr 2023 13:43:02 +0000 (13:43 +0000)
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>

src/plugin/plugin.go

index a5489e638b9bd60a481a8e56dee70fa4c2a4a6be..187d127432892f2ae83b4739916413a7af8adf9e 100644 (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