]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: update go.sys doc reference to golang.org/x/sys
authorJoe Shaw <joe@joeshaw.org>
Mon, 22 Dec 2014 20:27:46 +0000 (15:27 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 22 Dec 2014 22:41:17 +0000 (22:41 +0000)
Change-Id: Ie5a36dbcd809fc165f4198d47641d5a95878460c
Reviewed-on: https://go-review.googlesource.com/2000
Reviewed-by: Russ Cox <rsc@golang.org>
src/syscall/syscall.go

index 1f209ecd58b71b3c70ff457a1e5fdddd1ac5e2e5..c7b0daab0f4e40fe61f036a941a6b6d0a47290b0 100644 (file)
@@ -20,7 +20,7 @@
 //
 // NOTE: This package is locked down. Code outside the standard
 // Go repository should be migrated to use the corresponding
-// package in the go.sys subrepository. That is also where updates
+// package in the golang.org/x/sys repository. That is also where updates
 // required by new systems or versions should be applied.
 // See https://golang.org/s/go1.4-syscall for more information.
 //