diff --git a/GetRuntimeAddresses/symbolyze/doc.go b/GetRuntimeAddresses/symbolyze/doc.go index 5f2e7b3..ba2d1d0 100644 --- a/GetRuntimeAddresses/symbolyze/doc.go +++ b/GetRuntimeAddresses/symbolyze/doc.go @@ -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