aboutsummaryrefslogtreecommitdiffstats
path: root/ExpressionCompiler.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-02-09 23:45:59 +0800
committerchriseth <c@ethdev.com>2015-02-09 23:45:59 +0800
commita3a1f4757bb0b691b819419c3c63326923ea9967 (patch)
tree7a6791c5191a4c2be41112d79449aac483fe384f /ExpressionCompiler.h
parent140f003a2ef22b45b4740f7a62c09246d61682b0 (diff)
downloaddexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.tar
dexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.tar.gz
dexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.tar.bz2
dexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.tar.lz
dexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.tar.xz
dexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.tar.zst
dexon-solidity-a3a1f4757bb0b691b819419c3c63326923ea9967.zip
Typo fix.
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r--ExpressionCompiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h
index ad0b3692..adfe8e52 100644
--- a/ExpressionCompiler.h
+++ b/ExpressionCompiler.h
@@ -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,