diff options
Diffstat (limited to 'src/runtime/symtab.go')
| -rw-r--r-- | src/runtime/symtab.go | 2 |
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. |
