From d1f4e0413fd2b5cb78a7b645e802565f202d1926 Mon Sep 17 00:00:00 2001 From: Mike Appleby Date: Fri, 30 Sep 2016 19:43:42 -0500 Subject: [PATCH] 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 --- src/time/sleep.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1