From c7d479359e0a73a5dd02ae1678940acd44db51a1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 18 Jun 2008 19:25:56 -0700 Subject: Prove that I know how to spell. --- elaborate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit