mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-31 22:36:50 -04:00
Correct spelling in PipeConfig {Input,Output}BufferSize doc.
Signed-off-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user