Remove the remains of "expresison"

This commit is contained in:
Nicolai 2016-07-14 22:56:45 +02:00
parent efad1e05ac
commit c800f8c97d
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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