diff options
| author | Kunpei Sakai <namusyaka@gmail.com> | 2018-02-19 02:20:57 +0900 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-02-18 17:54:20 +0000 |
| commit | f356e83e2e1693b28cd5f130e41de1c6094b4bc1 (patch) | |
| tree | 4e6096465a02843bd776203d6c429148f34f78ad /src/cmd/internal/objabi | |
| parent | 7a1347a1a1f6e99627a8e9bf098351c13162e5d6 (diff) | |
| download | go-f356e83e2e1693b28cd5f130e41de1c6094b4bc1.tar.xz | |
all: remove "the" duplications
Change-Id: I1f25b11fb9b7cd3c09968ed99913dc85db2025ef
Reviewed-on: https://go-review.googlesource.com/94976
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/internal/objabi')
| -rw-r--r-- | src/cmd/internal/objabi/reloctype.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/objabi/reloctype.go b/src/cmd/internal/objabi/reloctype.go index 2e0b916f7c..fb3cae45fc 100644 --- a/src/cmd/internal/objabi/reloctype.go +++ b/src/cmd/internal/objabi/reloctype.go @@ -176,7 +176,7 @@ const ( R_ADDRPOWER_TOCREL // R_ADDRPOWER_TOCREL relocates a D-form, DS-form instruction sequence like - // R_ADDRPOWER_DS but inserts the offset from the TOC to the address of the the + // R_ADDRPOWER_DS but inserts the offset from the TOC to the address of the // relocated symbol rather than the symbol's address. R_ADDRPOWER_TOCREL_DS |
