EVM-C: fix typo in comments

This commit is contained in:
Paweł Bylica 2017-04-25 17:02:49 +02:00
parent 5bab6b8d7e
commit 7c79af5d59

View File

@ -97,7 +97,7 @@ struct evm_result {
/// In case the evm_result::code field signals
/// a failure the output MAY contain optional explanation of the failure
/// 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
/// freed with evm_result::release().