diff options
| author | Eitan Adler <lists@eitanadler.com> | 2017-03-05 09:14:38 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2017-03-06 04:39:12 +0000 |
| commit | 789c5255a4ee2bca8906baa15fc3e400054ff44d (patch) | |
| tree | 80ccd03eb87a1dab0503a64c52eb3be0a834de06 /src/cmd/internal/obj/link.go | |
| parent | 694f9e36aa508116b8fd0bf2c42e680f2937dd56 (diff) | |
| download | go-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/link.go')
| -rw-r--r-- | src/cmd/internal/obj/link.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go index 83a1f4cfbf..296691b23a 100644 --- a/src/cmd/internal/obj/link.go +++ b/src/cmd/internal/obj/link.go @@ -655,7 +655,7 @@ const ( R_ADDRPOWER_PCREL // R_ADDRPOWER_TOCREL relocates two D-form instructions like R_ADDRPOWER, but - // inserts the offset from the TOC to the address of the the relocated symbol + // inserts the offset from the TOC to the address of the relocated symbol // rather than the symbol's address. R_ADDRPOWER_TOCREL |
