]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix duplicate "the"s
authorDaniel Morsing <daniel.morsing@gmail.com>
Sat, 15 Jul 2017 20:53:44 +0000 (14:53 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 15 Jul 2017 21:12:56 +0000 (21:12 +0000)
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>
src/runtime/symtab.go

index 3bba87db5a0cfacd6d799b7c0d99efbc8e01f105..8e410c456099e4facf12564242045c92821e6ba9 100644 (file)
@@ -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.