Fixed a typo in doc.go

This commit is contained in:
Özgür Kesim 2020-01-16 17:55:37 +01:00
parent edfb1b1bb7
commit baf998232a

View File

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