]> Cypherpunks repositories - gostls13.git/commitdiff
time: update comment to reflect correct file path.
authorMike Appleby <mike@app.leby.org>
Sat, 1 Oct 2016 00:43:42 +0000 (19:43 -0500)
committerIan Lance Taylor <iant@golang.org>
Sat, 1 Oct 2016 01:09:32 +0000 (01:09 +0000)
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>
src/time/sleep.go

index 73114f5eecda1b672c1388a09c4e63c13d142c25..3868378227d64e33d15a8176bf116769f35206fa 100644 (file)
@@ -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