aboutsummaryrefslogtreecommitdiffstats
path: root/LValue.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-02-25 23:00:23 +0800
committerChristian <c@ethdev.com>2015-02-25 23:22:30 +0800
commit66b6860eb88c027244abd75393f59b6b68268f6e (patch)
treedbcd3d8d6d988bc42f90f3ea97791143b439d39b /LValue.h
parent29c614ebaf551006bc6c028592917e8f0dd5cf96 (diff)
downloaddexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar
dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.gz
dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.bz2
dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.lz
dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.xz
dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.zst
dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.zip
Stylistic changes.
Diffstat (limited to 'LValue.h')
-rw-r--r--LValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LValue.h b/LValue.h
index 35ddc451..bfa681a4 100644
--- a/LValue.h
+++ b/LValue.h
@@ -53,7 +53,7 @@ public:
/// Moves a value from the stack to the lvalue. Removes the value if @a _move is true.
/// @a _location is the source location of the expression that caused this operation.
/// Stack pre: value [lvalue_ref]
- /// Stack post if !_move: value_of(lvalue_ref)
+ /// Stack post: if !_move: value_of(lvalue_ref)
virtual void storeValue(Type const& _sourceType,
SourceLocation const& _location = SourceLocation(), bool _move = false) const = 0;
/// Stores zero in the lvalue.