diff options
| author | Mike Appleby <mike@app.leby.org> | 2016-09-30 19:43:42 -0500 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2016-10-01 01:09:32 +0000 |
| commit | d1f4e0413fd2b5cb78a7b645e802565f202d1926 (patch) | |
| tree | 050da87174ab66f34a4131c6c6f8e966b7c95ec3 /src | |
| parent | eca4e446115be5653a3963c37459a263569390c5 (diff) | |
| download | go-d1f4e0413fd2b5cb78a7b645e802565f202d1926.tar.xz | |
time: update comment to reflect correct file path.
Update cross-reference in the comment for runtimeTimer to point to the
new go file instead of the old .h file.
Change-Id: Iddb3614c41e1989096d6caf77d6c0d5781005181
Reviewed-on: https://go-review.googlesource.com/30157
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/time/sleep.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/sleep.go b/src/time/sleep.go index 73114f5eec..3868378227 100644 --- a/src/time/sleep.go +++ b/src/time/sleep.go @@ -12,7 +12,7 @@ func Sleep(d Duration) func runtimeNano() int64 // Interface to timers implemented in package runtime. -// Must be in sync with ../runtime/runtime.h:/^struct.Timer$ +// Must be in sync with ../runtime/time.go:/^type timer type runtimeTimer struct { i int when int64 |
