Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
72479: timeutil: fix timer example r=andreimatei a=andreimatei

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
  • Loading branch information
craig[bot] and andreimatei committed Nov 5, 2021
2 parents 092fae5 + be2c4b3 commit 51eef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/timeutil/timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var timeTimerPool sync.Pool
// defer timer.Stop()
// for {
// timer.Reset(wait)
// switch {
// select {
// case <-timer.C:
// timer.Read = true
// ...
Expand Down

0 comments on commit 51eef24

Please sign in to comment.