diff options
author | chriseth <chris@ethereum.org> | 2016-08-11 03:18:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 03:18:56 +0800 |
commit | b7c26f4628b352a4a6ed668e3dd33e8394cc804c (patch) | |
tree | 70e0a772a304eab1e3df311577dc07cd1272439b /libsolidity/codegen | |
parent | 988fe5e5aa271d89e0700d36ef0f210ca50051e3 (diff) | |
parent | 399e1fe70cc82092034818acb35ae0c8ed5d01c2 (diff) | |
download | dexon-solidity-b7c26f4628b352a4a6ed668e3dd33e8394cc804c.tar.gz dexon-solidity-b7c26f4628b352a4a6ed668e3dd33e8394cc804c.tar.zst dexon-solidity-b7c26f4628b352a4a6ed668e3dd33e8394cc804c.zip |
Merge pull request #722 from NicolaiSoeborg/develop
Fixes to grammar.txt [WIP]
Diffstat (limited to 'libsolidity/codegen')
-rw-r--r-- | libsolidity/codegen/LValue.cpp | 2 | ||||
-rw-r--r-- | libsolidity/codegen/LValue.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libsolidity/codegen/LValue.cpp b/libsolidity/codegen/LValue.cpp index ea8bc1ba..553e5518 100644 --- a/libsolidity/codegen/LValue.cpp +++ b/libsolidity/codegen/LValue.cpp @@ -17,7 +17,7 @@ /** * @author Christian <c@ethdev.com> * @date 2015 - * LValues for use in the expresison compiler. + * LValues for use in the expression compiler. */ #include <libsolidity/codegen/LValue.h> diff --git a/libsolidity/codegen/LValue.h b/libsolidity/codegen/LValue.h index e8c3aa80..a2f979db 100644 --- a/libsolidity/codegen/LValue.h +++ b/libsolidity/codegen/LValue.h @@ -17,7 +17,7 @@ /** * @author Christian <c@ethdev.com> * @date 2015 - * LValues for use in the expresison compiler. + * LValues for use in the expression compiler. */ #pragma once |