diff options
Diffstat (limited to 'libsolidity/LValue.h')
-rw-r--r-- | libsolidity/LValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/LValue.h b/libsolidity/LValue.h index a93df9f9..f02d8ad1 100644 --- a/libsolidity/LValue.h +++ b/libsolidity/LValue.h @@ -91,7 +91,7 @@ public: ) const override; private: - /// Base stack offset (@see CompilerContext::getBaseStackOffsetOfVariable) of the local variable. + /// Base stack offset (@see CompilerContext::baseStackOffsetOfVariable) of the local variable. unsigned m_baseStackOffset; /// Number of stack elements occupied by the value (not the reference). unsigned m_size; |