aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Morsing <daniel.morsing@gmail.com>2017-07-15 14:53:44 -0600
committerBrad Fitzpatrick <bradfitz@golang.org>2017-07-15 21:12:56 +0000
commitf062955ea78a4a57fbfe54fdc11b7aee7a1086d2 (patch)
tree83516af4d4cf68c225ccb98c43d1fa59f1c0104e
parent7390d2f2db23d93ff88d57d4b75d5e8b1ab8cf13 (diff)
downloadgo-f062955ea78a4a57fbfe54fdc11b7aee7a1086d2.tar.gz
go-f062955ea78a4a57fbfe54fdc11b7aee7a1086d2.zip
runtime: fix duplicate "the"s
kicking off contributing again with a classic Change-Id: Ifb0aed8f1dc854f85751ce0495967a3c4315128d Reviewed-on: https://go-review.googlesource.com/49016 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--src/runtime/symtab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go
index 3bba87db5a..8e410c4560 100644
--- a/src/runtime/symtab.go
+++ b/src/runtime/symtab.go
@@ -382,7 +382,7 @@ type moduledata struct {
// at link time and a pointer to the runtime abi hash. These are checked in
// moduledataverify1 below.
//
-// For each loaded plugin, the the pkghashes slice has a modulehash of the
+// For each loaded plugin, the pkghashes slice has a modulehash of the
// newly loaded package that can be used to check the plugin's version of
// a package against any previously loaded version of the package.
// This is done in plugin.lastmoduleinit.