Ver código fonte

Fix typo in comment (NFC)

Raul Silvera 9 anos atrás
pai
commit
fe0c5611ea

+ 1
- 1
internal/binutils/addr2liner.go Ver arquivo

@@ -77,7 +77,7 @@ func (a *addr2LinerJob) close() {
77 77
 
78 78
 // newAddr2liner starts the given addr2liner command reporting
79 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 81
 // program under consideration.
82 82
 func newAddr2Liner(cmd, file string, base uint64) (*addr2Liner, error) {
83 83
 	if cmd == "" {

+ 1
- 1
internal/binutils/addr2liner_llvm.go Ver arquivo

@@ -60,7 +60,7 @@ func (a *llvmSymbolizerJob) close() {
60 60
 
61 61
 // newLlvmSymbolizer starts the given llvmSymbolizer command reporting
62 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 64
 // program under consideration.
65 65
 func newLLVMSymbolizer(cmd, file string, base uint64) (*llvmSymbolizer, error) {
66 66
 	if cmd == "" {

+ 1
- 1
internal/binutils/addr2liner_nm.go Ver arquivo

@@ -42,7 +42,7 @@ type symbolInfo struct {
42 42
 
43 43
 //  newAddr2LinerNM starts the given nm command reporting information about the
44 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 46
 // consideration.
47 47
 func newAddr2LinerNM(cmd, file string, base uint64) (*addr2LinerNM, error) {
48 48
 	if cmd == "" {