aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity
diff options
context:
space:
mode:
authorNicolai <NicolaiSoeborg@users.noreply.github.com>2016-07-15 04:56:45 +0800
committerNicolai <NicolaiSoeborg@users.noreply.github.com>2016-07-15 04:56:45 +0800
commitc800f8c97dee4380c56a6313a2b8ebd1b9be474c (patch)
treeb134e707be214b4dd9817c17da875f4b6111cf94 /libsolidity
parentefad1e05ac97c9460846778af566a7ec7f37d207 (diff)
downloaddexon-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')
-rw-r--r--libsolidity/codegen/LValue.cpp2
-rw-r--r--libsolidity/codegen/LValue.h2
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