diff options
author | Nicolai <NicolaiSoeborg@users.noreply.github.com> | 2016-07-15 04:56:45 +0800 |
---|---|---|
committer | Nicolai <NicolaiSoeborg@users.noreply.github.com> | 2016-07-15 04:56:45 +0800 |
commit | c800f8c97dee4380c56a6313a2b8ebd1b9be474c (patch) | |
tree | b134e707be214b4dd9817c17da875f4b6111cf94 /libsolidity/codegen | |
parent | efad1e05ac97c9460846778af566a7ec7f37d207 (diff) | |
download | dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.tar dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.tar.gz dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.tar.bz2 dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.tar.lz dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.tar.xz dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.tar.zst dexon-solidity-c800f8c97dee4380c56a6313a2b8ebd1b9be474c.zip |
Remove the remains of "expresison"
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 |