diff options
| author | Alexander Yastrebov <yastrebov.alex@gmail.com> | 2023-06-13 23:01:11 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-06-14 00:03:57 +0000 |
| commit | 8ffc931eae8bb7a4654695be39d95b62d369ee5c (patch) | |
| tree | 811f0e6845cffdb3c6f0e9fdc310b4ab71065144 /src/cmd/internal/objabi | |
| parent | 80629caecb5b21b718f5d1d01fefda6e8d3a5baf (diff) | |
| download | go-8ffc931eae8bb7a4654695be39d95b62d369ee5c.tar.xz | |
all: fix spelling errors
Fix spelling errors discovered using https://github.com/codespell-project/codespell. Errors in data files and vendored packages are ignored.
Change-Id: I83c7818222f2eea69afbd270c15b7897678131dc
GitHub-Last-Rev: 3491615b1b82832cc0064f535786546e89aa6184
GitHub-Pull-Request: golang/go#60758
Reviewed-on: https://go-review.googlesource.com/c/go/+/502576
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/cmd/internal/objabi')
| -rw-r--r-- | src/cmd/internal/objabi/reloctype.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/internal/objabi/reloctype.go b/src/cmd/internal/objabi/reloctype.go index 0b231855ec..996c300d95 100644 --- a/src/cmd/internal/objabi/reloctype.go +++ b/src/cmd/internal/objabi/reloctype.go @@ -84,7 +84,7 @@ const ( R_USETYPE // R_USEIFACE marks a type is converted to an interface in the function this // relocation is applied to. The target is a type descriptor or an itab - // (in the latter case it refers to the conrete type contained in the itab). + // (in the latter case it refers to the concrete type contained in the itab). // This is a marker relocation (0-sized), for the linker's reachabililty // analysis. R_USEIFACE @@ -230,7 +230,7 @@ const ( R_ADDRPOWER_GOT // R_ADDRPOWER_GOT_PCREL34 is identical to R_ADDRPOWER_GOT, but uses a PC relative - // sequence to generate a GOT symbol addresss. + // sequence to generate a GOT symbol addresses. R_ADDRPOWER_GOT_PCREL34 // R_ADDRPOWER_PCREL relocates two D-form instructions like R_ADDRPOWER, but |
