From 7c79af5d59285d20eb066836e193e49f00e3dfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 25 Apr 2017 17:02:49 +0200 Subject: [PATCH] EVM-C: fix typo in comments --- include/evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evm.h b/include/evm.h index 88dcda1..932fb6c 100644 --- a/include/evm.h +++ b/include/evm.h @@ -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().