From 4a656ee2f08e9b4b4deea46fb3c0481cbe5a5a01 Mon Sep 17 00:00:00 2001 From: CoreyLin <514971757@qq.com> Date: Wed, 7 Aug 2019 17:15:51 +0800 Subject: [PATCH] modify its back to it's --- core/vm/contract.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/contract.go b/core/vm/contract.go index 71b5022c81..375e24bc19 100644 --- a/core/vm/contract.go +++ b/core/vm/contract.go @@ -30,7 +30,7 @@ type ContractRef interface { // AccountRef implements ContractRef. // // Account references are used during EVM initialisation and -// its primary use is to fetch addresses. Removing this object +// it's primary use is to fetch addresses. Removing this object // proves difficult because of the cached jump destinations which // are fetched from the parent contract (i.e. the caller), which // is a ContractRef.