1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00

time: fix comment typo

R=r
CC=golang-dev
https://golang.org/cl/811044
This commit is contained in:
Andrew Gerrand 2010-04-11 23:33:25 +10:00
parent ee75ffa286
commit adb3b863c9

View File

@ -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 {