diff options
-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 |