fix spelling nit

This commit is contained in:
Steven Allen 2020-10-07 16:32:54 -07:00
parent e8253d22c6
commit d97eb10349

View File

@ -33,7 +33,7 @@ import (
"github.com/filecoin-project/lotus/chain/vm" "github.com/filecoin-project/lotus/chain/vm"
) )
// UpgradeFunc is a migration function run ate very upgrade. // UpgradeFunc is a migration function run at every upgrade.
// //
// - The oldState is the state produced by the upgrade epoch. // - The oldState is the state produced by the upgrade epoch.
// - The returned newState is the new state that will be used by the next epoch. // - The returned newState is the new state that will be used by the next epoch.