summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-11-06 18:17:19 -0800
committerJosh Stone <jistone@redhat.com>2009-11-06 18:21:26 -0800
commite29b2f5a9c72fa413af00023384a39d4b667f17a (patch)
treee0edf9cf214497082bf5e415afe03a05eedeaafe
parent36b155fa54b96e8f71b8c0997a4de76738de0338 (diff)
downloadsystemtap-steved-e29b2f5a9c72fa413af00023384a39d4b667f17a.tar.gz
systemtap-steved-e29b2f5a9c72fa413af00023384a39d4b667f17a.tar.xz
systemtap-steved-e29b2f5a9c72fa413af00023384a39d4b667f17a.zip
Fix a comment typo
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index d20c0ab1..e0346c69 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -2902,7 +2902,7 @@ dwarf_derived_probe::saveargs(dwarf_query& q, Dwarf_Die* scope_die, dwarf_var_ex
args.insert("$return:"+type_name);
/* Pretend that we aren't in a .return for a moment, just so we can
- * check whether variables are accessible. We don't want to all the
+ * check whether variables are accessible. We don't want any of the
* entry-saving code generated during listing mode. This works
* because the set of $context variables available in a .return
* probe (apart from $return) is the same set as available for the