summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-05-06 21:17:11 +0000
committerfche <fche>2007-05-06 21:17:11 +0000
commit18face2bafd56f7b6354364de5cb6540b789a95b (patch)
tree729ab0a5fa748f034ab3dc6bd4efe205efa53780 /tapsets.cxx
parent847bf07f7d90f2551bac6055d0410f8774d84af2 (diff)
downloadsystemtap-steved-18face2bafd56f7b6354364de5cb6540b789a95b.tar.gz
systemtap-steved-18face2bafd56f7b6354364de5cb6540b789a95b.tar.xz
systemtap-steved-18face2bafd56f7b6354364de5cb6540b789a95b.zip
grammar fix
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 df91f9ab..a2fb1622 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -953,7 +953,7 @@ struct dwflpp
if (l_no != lineno)
{
if (sess.verbose > 3)
- clog << "skiping approximate line number match "
+ clog << "skipping line number mismatch "
<< "(" << l_no << " vs " << lineno << ")"
<< " in file '" << srcfile << "'"
<< "\n";