Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek authored Aug 25, 2021
1 parent cbf69f6 commit b3966ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockstore/timed.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (t *TimedCacheBlockstore) Start(_ context.Context) error {
t.closeCh = make(chan struct{})

// Create this timer before starting the goroutine. Otherwise, creating the timer will race
// with addint time to the mock clock, and we could add time _first_, then stall waiting for
// with adding time to the mock clock, and we could add time _first_, then stall waiting for
// a timer that'll never fire.
ticker := t.clock.Ticker(t.interval)
go func() {
Expand Down

0 comments on commit b3966ab

Please sign in to comment.