summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/go-winio/pipe.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-23 17:04:40 +0100
committerGitHub <noreply@github.com>2020-12-23 17:04:40 +0100
commit8544bb57fe5e9222509827a7f5aa648516b9cd98 (patch)
tree2dcda2b058ca07b180ea1f017933c57dca033af8 /vendor/github.com/Microsoft/go-winio/pipe.go
parent0778c114d3001bdd4f40fe46283457481d983b64 (diff)
parent057faea5c185d24cda40d310b0a80763ee46f4cc (diff)
downloadpodman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.gz
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.bz2
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.zip
Merge pull request #8813 from containers/dependabot/go_modules/github.com/containers/storage-1.24.4
Bump github.com/containers/storage from 1.24.3 to 1.24.4
Diffstat (limited to 'vendor/github.com/Microsoft/go-winio/pipe.go')
-rw-r--r--vendor/github.com/Microsoft/go-winio/pipe.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/Microsoft/go-winio/pipe.go b/vendor/github.com/Microsoft/go-winio/pipe.go
index ff96dff1c..96700a73d 100644
--- a/vendor/github.com/Microsoft/go-winio/pipe.go
+++ b/vendor/github.com/Microsoft/go-winio/pipe.go
@@ -429,10 +429,10 @@ type PipeConfig struct {
// when the pipe is in message mode.
MessageMode bool
- // InputBufferSize specifies the size the input buffer, in bytes.
+ // InputBufferSize specifies the size of the input buffer, in bytes.
InputBufferSize int32
- // OutputBufferSize specifies the size the input buffer, in bytes.
+ // OutputBufferSize specifies the size of the output buffer, in bytes.
OutputBufferSize int32
}