diff options
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 2 |
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; |