go/src/debug/pe
Marcel Meyer b419db6c15 all: fix typos in go file comments
This is the second round to look for spelling mistakes. This time the
manual sifting of the result list was made easier by filtering out
capitalized and camelcase words.

grep -r --include '*.go' -E '^// .*$' . | aspell list | grep -E -x '[A-Za-z]{1}[a-z]*' | sort | uniq

This PR will be imported into Gerrit with the title and first
comment (this text) used to generate the subject and body of
the Gerrit change.

Change-Id: Ie8a2092aaa7e1f051aa90f03dbaf2b9aaf5664a9
GitHub-Last-Rev: fc2bd6e0c5
GitHub-Pull-Request: golang/go#57737
Reviewed-on: https://go-review.googlesource.com/c/go/+/461595
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
2023-01-20 03:27:26 +00:00
..
testdata
file.go debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj 2022-10-13 18:21:54 +00:00
file_cgo_test.go
file_test.go
pe.go debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128} 2022-08-09 01:21:43 +00:00
section.go debug/pe: fetch section size directly in (*Section).Data 2022-08-19 21:29:19 +00:00
string.go internal/saferio: new package to avoid OOM 2022-08-11 20:05:25 +00:00
symbol.go all: fix typos in go file comments 2023-01-20 03:27:26 +00:00
symbols_test.go debug/pe: rework reading of aux symbols to fix endianity problems 2022-05-06 18:07:48 +00:00