Merge pull request #10378 from ethereum/smt_fix_spellcheck

Fix spelling in SMTChecker comment
This commit is contained in:
Leonardo 2020-11-23 18:14:58 -01:00 committed by GitHub
commit 61425e3541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1124,7 +1124,7 @@ bool SMTEncoder::visit(MemberAccess const& _memberAccess)
} }
else else
// NOTE: supporting name, creationCode, runtimeCode would be easy enough, but the bytes/string they return are not // NOTE: supporting name, creationCode, runtimeCode would be easy enough, but the bytes/string they return are not
// at all useable in the SMT checker currently // at all usable in the SMT checker currently
m_errorReporter.warning( m_errorReporter.warning(
7507_error, 7507_error,
_memberAccess.location(), _memberAccess.location(),