From: Daniel Morsing Date: Sat, 15 Jul 2017 20:53:44 +0000 (-0600) Subject: runtime: fix duplicate "the"s X-Git-Tag: go1.9rc1~47 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f062955ea78a4a57fbfe54fdc11b7aee7a1086d2;p=gostls13.git 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 --- 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.