summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorJosh Stone <joshua.i.stone@intel.com>2008-06-18 19:25:56 -0700
committerJosh Stone <joshua.i.stone@intel.com>2008-06-18 19:25:56 -0700
commitc7d479359e0a73a5dd02ae1678940acd44db51a1 (patch)
treed7896f363e9f195114726ea276e73425ac3f2de1 /elaborate.cxx
parent1773fd0385b253ae255aa686e4f8de4764b016f4 (diff)
downloadsystemtap-steved-c7d479359e0a73a5dd02ae1678940acd44db51a1.tar.gz
systemtap-steved-c7d479359e0a73a5dd02ae1678940acd44db51a1.tar.xz
systemtap-steved-c7d479359e0a73a5dd02ae1678940acd44db51a1.zip
Prove that I know how to spell.
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 74482d56..c15fb1c2 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -2495,7 +2495,7 @@ void
void_statement_reducer::visit_functioncall (functioncall* e)
{
// If a function call is pure and its result ignored, we can elide the call
- // and just evaluate the arguements in sequence
+ // and just evaluate the arguments in sequence
if (!e->args.size())
return;