diff --git a/src/pkg/time/tick.go b/src/pkg/time/tick.go index 885a290bcfa..05023d4d00b 100644 --- a/src/pkg/time/tick.go +++ b/src/pkg/time/tick.go @@ -156,7 +156,7 @@ func tickerLoop() { } } -// Ticker returns a new Ticker containing a channel that will +// NewTicker returns a new Ticker containing a channel that will // send the time, in nanoseconds, every ns nanoseconds. It adjusts the // intervals to make up for pauses in delivery of the ticks. func NewTicker(ns int64) *Ticker {