Skip to content

Commit 9045c15

Browse files
authored
chore: fix typo in comment (#13366)
Signed-off-by: letreturn <[email protected]>
1 parent d184f62 commit 9045c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lotus-sim/simulation/stages/windowpost_stage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (*WindowPoStStage) Name() string {
4141
return "window-post"
4242
}
4343

44-
// PackMessages packs window posts until either the block is full or all healty sectors
44+
// PackMessages packs window posts until either the block is full or all healthy sectors
4545
// have been proven. It does not recover sectors.
4646
func (stage *WindowPoStStage) PackMessages(ctx context.Context, bb *blockbuilder.BlockBuilder) (_err error) {
4747
// Push any new window posts into the queue.

0 commit comments

Comments
 (0)