Typo fix.

This commit is contained in:
chriseth 2015-02-09 16:45:59 +01:00
parent 140f003a2e
commit a3a1f4757b

View File

@ -93,7 +93,7 @@ private:
void appendExternalFunctionCall(FunctionType const& _functionType, std::vector<ASTPointer<Expression const>> 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<ASTPointer<Expression const>> const& _arguments,
TypePointers const& _types = {},
unsigned _memoryOffset = 0,