aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/windows/syscall.go
diff options
context:
space:
mode:
authorJoseph Richey <joerichey94@gmail.com>2018-02-11 20:28:41 -0800
committerJoseph Richey <joerichey94@gmail.com>2018-02-11 20:28:41 -0800
commitefeda626da382177d5f1f0439b6e62b663a216a9 (patch)
treec2660fa89e96838bc2c81189e57dc792434ec9b0 /vendor/golang.org/x/sys/windows/syscall.go
parent3634a7bb931862ada0bc1c4357303d7ce18e7c20 (diff)
vendor: update vendored dependancies
This change updates dependancies to be consistent with Gopkg.toml. This change was generated by running "dep ensure".
Diffstat (limited to 'vendor/golang.org/x/sys/windows/syscall.go')
-rw-r--r--vendor/golang.org/x/sys/windows/syscall.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/golang.org/x/sys/windows/syscall.go b/vendor/golang.org/x/sys/windows/syscall.go
index 4e2fbe8..b07bc23 100644
--- a/vendor/golang.org/x/sys/windows/syscall.go
+++ b/vendor/golang.org/x/sys/windows/syscall.go
@@ -5,10 +5,10 @@
// +build windows
// Package windows contains an interface to the low-level operating system
-// primitives. OS details vary depending on the underlying system, and
+// primitives. OS details vary depending on the underlying system, and
// by default, godoc will display the OS-specific documentation for the current
-// system. If you want godoc to display syscall documentation for another
-// system, set $GOOS and $GOARCH to the desired system. For example, if
+// system. If you want godoc to display syscall documentation for another
+// system, set $GOOS and $GOARCH to the desired system. For example, if
// you want to view documentation for freebsd/arm on linux/amd64, set $GOOS
// to freebsd and $GOARCH to arm.
// The primary use of this package is inside other packages that provide a more