mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +08:00
proc: trivial typo fix (#1561)
This commit is contained in:
committed by
Derek Parker
parent
04834a781a
commit
6f258d91a5
@ -45,7 +45,7 @@ type BinaryInfo struct {
|
|||||||
LookupFunc map[string]*Function
|
LookupFunc map[string]*Function
|
||||||
|
|
||||||
// Images is a list of loaded shared libraries (also known as
|
// Images is a list of loaded shared libraries (also known as
|
||||||
// shared objects on linux or DLLs on windws).
|
// shared objects on linux or DLLs on windows).
|
||||||
Images []*Image
|
Images []*Image
|
||||||
|
|
||||||
ElfDynamicSection ElfDynamicSection
|
ElfDynamicSection ElfDynamicSection
|
||||||
|
|||||||
Reference in New Issue
Block a user