summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-08-01 23:19:48 +0000
committerfche <fche>2005-08-01 23:19:48 +0000
commit63d4bb3c5d43cf2760588281414ca9d0e5276da5 (patch)
treedd77a5e9f54d44624ce2c186a3741d6b5f6236c2 /tapsets.cxx
parentfd6602a0d866cff012a1bd478272760fb7f2c31d (diff)
downloadsystemtap-steved-63d4bb3c5d43cf2760588281414ca9d0e5276da5.tar.gz
systemtap-steved-63d4bb3c5d43cf2760588281414ca9d0e5276da5.tar.xz
systemtap-steved-63d4bb3c5d43cf2760588281414ca9d0e5276da5.zip
typos
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 47377d7f..0335146c 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1418,7 +1418,7 @@ dwarf_derived_probe::emit_probe_entries (translator_output* o, unsigned probenum
o->newline() << "static struct kprobe "
<< probe_entry_struct_kprobe_name(probenum)
<< "= {";
- o->newline(1) << ".addr = 0x0, */" ;
+ o->newline(1) << ".addr = 0x0," ;
o->newline() << ".pre_handler = &" << probe_entry_function_name(probenum);
o->newline(-1) << "};";
}