From baf998232a40e4c5be9233ce8beb5ecf949a0716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Thu, 16 Jan 2020 17:55:37 +0100 Subject: [PATCH] Fixed a typo in doc.go --- GetRuntimeAddresses/symbolyze/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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