Merge pull request #368 from fedepad/fix-typo-oci-io

Fix small typo in oci/io.go
This commit is contained in:
Kenfe-Mickaël Laventure 2016-12-15 08:15:50 -08:00 committed by GitHub
commit 767cf82f02

View file

@ -9,7 +9,7 @@ import (
type OIO struct {
master *os.File // master holds a fd to the created pty if any
console string // console holds the path the the slave linked to master
console string // console holds the path to the slave linked to master
rio runc.IO // rio holds the open fifos for stdios
}