aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/objfile.go
diff options
context:
space:
mode:
authorEitan Adler <lists@eitanadler.com>2017-03-05 09:14:38 -0800
committerIan Lance Taylor <iant@golang.org>2017-03-06 04:39:12 +0000
commit789c5255a4ee2bca8906baa15fc3e400054ff44d (patch)
tree80ccd03eb87a1dab0503a64c52eb3be0a834de06 /src/cmd/internal/obj/objfile.go
parent694f9e36aa508116b8fd0bf2c42e680f2937dd56 (diff)
downloadgo-789c5255a4ee2bca8906baa15fc3e400054ff44d.tar.xz
all: remove the the duplicate words
Change-Id: I6343c162e27e2e492547c96f1fc504909b1c03c0 Reviewed-on: https://go-review.googlesource.com/37793 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/internal/obj/objfile.go')
-rw-r--r--src/cmd/internal/obj/objfile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/objfile.go b/src/cmd/internal/obj/objfile.go
index 3be34d9fbe..9e0ce59691 100644
--- a/src/cmd/internal/obj/objfile.go
+++ b/src/cmd/internal/obj/objfile.go
@@ -129,7 +129,7 @@ type objWriter struct {
// Temporary buffer for zigzag int writing.
varintbuf [10]uint8
- // Provide the the index of a symbol reference by symbol name.
+ // Provide the index of a symbol reference by symbol name.
// One map for versioned symbols and one for unversioned symbols.
// Used for deduplicating the symbol reference list.
refIdx map[string]int