瀏覽代碼

Fix typo in comment (NFC)

Raul Silvera 9 年之前
父節點
當前提交
fe0c5611ea
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      internal/binutils/addr2liner.go
  2. 1
    1
      internal/binutils/addr2liner_llvm.go
  3. 1
    1
      internal/binutils/addr2liner_nm.go

+ 1
- 1
internal/binutils/addr2liner.go 查看文件

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 查看文件

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 查看文件

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 == "" {