Selaa lähdekoodia

Fix typo in comment (NFC)

Raul Silvera 9 vuotta sitten
vanhempi
commit
fe0c5611ea

+ 1
- 1
internal/binutils/addr2liner.go Näytä tiedosto

77
 
77
 
78
 // newAddr2liner starts the given addr2liner command reporting
78
 // newAddr2liner starts the given addr2liner command reporting
79
 // information about the given executable file. If file is a shared
79
 // information about the given executable file. If file is a shared
80
-// library, base should be the address at which is was mapped in the
80
+// library, base should be the address at which it was mapped in the
81
 // program under consideration.
81
 // program under consideration.
82
 func newAddr2Liner(cmd, file string, base uint64) (*addr2Liner, error) {
82
 func newAddr2Liner(cmd, file string, base uint64) (*addr2Liner, error) {
83
 	if cmd == "" {
83
 	if cmd == "" {

+ 1
- 1
internal/binutils/addr2liner_llvm.go Näytä tiedosto

60
 
60
 
61
 // newLlvmSymbolizer starts the given llvmSymbolizer command reporting
61
 // newLlvmSymbolizer starts the given llvmSymbolizer command reporting
62
 // information about the given executable file. If file is a shared
62
 // information about the given executable file. If file is a shared
63
-// library, base should be the address at which is was mapped in the
63
+// library, base should be the address at which it was mapped in the
64
 // program under consideration.
64
 // program under consideration.
65
 func newLLVMSymbolizer(cmd, file string, base uint64) (*llvmSymbolizer, error) {
65
 func newLLVMSymbolizer(cmd, file string, base uint64) (*llvmSymbolizer, error) {
66
 	if cmd == "" {
66
 	if cmd == "" {

+ 1
- 1
internal/binutils/addr2liner_nm.go Näytä tiedosto

42
 
42
 
43
 //  newAddr2LinerNM starts the given nm command reporting information about the
43
 //  newAddr2LinerNM starts the given nm command reporting information about the
44
 // given executable file. If file is a shared library, base should be
44
 // given executable file. If file is a shared library, base should be
45
-// the address at which is was mapped in the program under
45
+// the address at which it was mapped in the program under
46
 // consideration.
46
 // consideration.
47
 func newAddr2LinerNM(cmd, file string, base uint64) (*addr2LinerNM, error) {
47
 func newAddr2LinerNM(cmd, file string, base uint64) (*addr2LinerNM, error) {
48
 	if cmd == "" {
48
 	if cmd == "" {