From c800f8c97dee4380c56a6313a2b8ebd1b9be474c Mon Sep 17 00:00:00 2001 From: Nicolai Date: Thu, 14 Jul 2016 22:56:45 +0200 Subject: Remove the remains of "expresison" --- libsolidity/codegen/LValue.cpp | 2 +- libsolidity/codegen/LValue.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libsolidity') 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 * @date 2015 - * LValues for use in the expresison compiler. + * LValues for use in the expression compiler. */ #include 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 * @date 2015 - * LValues for use in the expresison compiler. + * LValues for use in the expression compiler. */ #pragma once -- cgit