Skip to content

Commit 8880f3b

Browse files
authored
chore(docs): fix some minor issues in comments (#13224)
1 parent 43d62ff commit 8880f3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chain/store/store.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,8 @@ func (cs *ChainStore) GetPath(ctx context.Context, from types.TipSetKey, to type
12101210
}
12111211

12121212
// ChainBlockstore returns the chain blockstore. Currently the chain and state
1213-
// // stores are both backed by the same physical store, albeit with different
1214-
// // caching policies, but in the future they will segregate.
1213+
// stores are both backed by the same physical store, albeit with different
1214+
// caching policies, but in the future they will segregate.
12151215
func (cs *ChainStore) ChainBlockstore() bstore.Blockstore {
12161216
return cs.chainBlockstore
12171217
}

cmd/lotus-shed/miner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ var minerCreateCmd = &cli.Command{
315315
}
316316

317317
log.Infof("Initializing owner account %s, message: %s", worker, signed.Cid())
318-
log.Infof("Wating for confirmation")
318+
log.Infof("Waiting for confirmation")
319319

320320
mw, err := wapi.StateWaitMsg(ctx, signed.Cid(), buildconstants.MessageConfidence)
321321
if err != nil {

0 commit comments

Comments
 (0)