Commit adb3b863 authored by Andrew Gerrand's avatar Andrew Gerrand

time: fix comment typo

R=r
CC=golang-dev
https://golang.org/cl/811044
parent ee75ffa2
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment