Fixed a typo in doc.go
This commit is contained in:
parent
edfb1b1bb7
commit
baf998232a
@ -1,7 +1,7 @@
|
||||
// Copyright note...
|
||||
/*
|
||||
Package symbolyze provides a mechanism to search for all occurences of a
|
||||
certain symbol in a selection mmap'ed ELF binaries of all running processes.
|
||||
certain symbol in certain mmap'ed ELF binaries of all running processes.
|
||||
|
||||
NewScanner(symbol string, glob string) will setup a Scanner, which will search
|
||||
for the given symbol name in all mmap'ed ELF-files that match the given
|
||||
|
Loading…
Reference in New Issue
Block a user