mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 20:53:42 +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
|
||||
|
||||
// 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
|
||||
|
||||
ElfDynamicSection ElfDynamicSection
|
||||
|
||||
Reference in New Issue
Block a user