From a3a1f4757bb0b691b819419c3c63326923ea9967 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 9 Feb 2015 16:45:59 +0100 Subject: [PATCH] Typo fix. --- ExpressionCompiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h index ad0b36921..adfe8e524 100644 --- a/ExpressionCompiler.h +++ b/ExpressionCompiler.h @@ -93,7 +93,7 @@ private: void appendExternalFunctionCall(FunctionType const& _functionType, std::vector> const& _arguments, bool bare = false); /// Appends code that evaluates the given arguments and moves the result to memory (with optional offset). - /// @returns the number of bytes moven to memory + /// @returns the number of bytes moved to memory unsigned appendArgumentsCopyToMemory(std::vector> const& _arguments, TypePointers const& _types = {}, unsigned _memoryOffset = 0,