mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
EVM-C: fix typo in comments
This commit is contained in:
parent
5bab6b8d7e
commit
7c79af5d59
@ -97,7 +97,7 @@ struct evm_result {
|
|||||||
/// In case the evm_result::code field signals
|
/// In case the evm_result::code field signals
|
||||||
/// a failure the output MAY contain optional explanation of the failure
|
/// a failure the output MAY contain optional explanation of the failure
|
||||||
/// for debugging or tracing purposes. In case the explanation is provided
|
/// for debugging or tracing purposes. In case the explanation is provided
|
||||||
/// and contains human-readable text the UTF-8 encoding SHOULD be used.
|
/// and contains human-readable text then UTF-8 encoding SHOULD be used.
|
||||||
///
|
///
|
||||||
/// The memory containing the output data is owned by EVM and has to be
|
/// The memory containing the output data is owned by EVM and has to be
|
||||||
/// freed with evm_result::release().
|
/// freed with evm_result::release().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user