From: Mike Appleby Date: Sat, 1 Oct 2016 00:43:42 +0000 (-0500) Subject: time: update comment to reflect correct file path. X-Git-Tag: go1.8beta1~1089 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d1f4e0413fd2b5cb78a7b645e802565f202d1926;p=gostls13.git 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 --- 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