about summary refs log tree commit diff
path: root/helpers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.hh')
-rw-r--r--helpers.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.hh b/helpers.hh
index 0c015b1..9843418 100644
--- a/helpers.hh
+++ b/helpers.hh
@@ -33,7 +33,7 @@ char const* parse_args (int, char const* const*);
 /// then terminate the program with exit code 1
 void die_for (Dyninst::Address, std::string const&);
 
-/// Find block containing given address
+/// Aggressively search for the block spanning the given address
 Dyninst::ParseAPI::Block* find_block (Dyninst::ParseAPI::SymtabCodeSource&,
                                       Dyninst::ParseAPI::CodeObject&,
                                       Dyninst::Address);