mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix spelling in SMTChecker comment
This commit is contained in:
parent
91c88a5f6b
commit
68cfa0a901
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user