summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 4988b7e7..aecdca61 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -589,7 +589,7 @@ struct dwarf_query : public base_query
struct dwarf_builder: public derived_probe_builder
{
- map <string,dwflpp*> kern_dw;
+ map <string,dwflpp*> kern_dw; /* NB: key string could be a wildcard */
map <string,dwflpp*> user_dw;
dwarf_builder() {}