fix(lotus-sim): fix spelling

This commit is contained in:
Steven Allen 2021-06-09 21:28:05 -07:00
parent 936659d087
commit 4a80c83533

View File

@ -20,7 +20,7 @@ import (
"github.com/filecoin-project/lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
) )
// packProveCOmmits packs all prove-commits for all "ready to be proven" sectors until it fills the // packProveCommits packs all prove-commits for all "ready to be proven" sectors until it fills the
// block or runs out. // block or runs out.
func (ss *simulationState) packProveCommits(ctx context.Context, cb packFunc) (_err error) { func (ss *simulationState) packProveCommits(ctx context.Context, cb packFunc) (_err error) {
// Roll the commitQueue forward. // Roll the commitQueue forward.