proc: trivial typo fix (#1561)

This commit is contained in:
Justin Clift
2019-05-31 01:02:28 +10:00
committed by Derek Parker
parent 04834a781a
commit 6f258d91a5

View File

@ -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