aboutsummaryrefslogtreecommitdiffstats
path: root/ExpressionCompiler.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-01-27 22:43:28 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-01-29 04:46:16 +0800
commitff91ab96ea843bd8ab9a7c57fd799add2ebc9873 (patch)
tree5ef16db4959a2bd8fdd773586f06c0b691704ce8 /ExpressionCompiler.h
parent6e793b24996610c5a88a0aafb9fad365d9f12b00 (diff)
downloaddexon-solidity-ff91ab96ea843bd8ab9a7c57fd799add2ebc9873.tar.gz
dexon-solidity-ff91ab96ea843bd8ab9a7c57fd799add2ebc9873.tar.zst
dexon-solidity-ff91ab96ea843bd8ab9a7c57fd799add2ebc9873.zip
Fixes after rebasing on develop
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r--ExpressionCompiler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h
index 7189bef9..bff2cd7c 100644
--- a/ExpressionCompiler.h
+++ b/ExpressionCompiler.h
@@ -130,8 +130,7 @@ private:
/// also removes the reference from the stack (note that is does not reset the type to @a NONE).
/// @a _expression is the current expression, used for error reporting.
void retrieveValue(Expression const& _expression, bool _remove = false) const;
- /// Convenience function to retrive Value from Storage. Specific version of
- /// @ref retrieveValue
+ /// Convenience function to retrive Value from Storage. Specific version of @ref retrieveValue
void retrieveValueFromStorage(Expression const& _expression, bool _remove = false) const;
/// Stores a value (from the stack directly beneath the reference, which is assumed to
/// be on the top of the stack, if any) in the lvalue and removes the reference.