Merge pull request #1211 from YummyPeng/fix_typo

Fix typo.
This commit is contained in:
Mrunal Patel 2016-12-01 11:14:42 -08:00 committed by GitHub
commit 4271a8b5ae
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var (
ioutilReadDir = ioutil.ReadDir
)
// Given the path to a device and it's cgroup_permissions(which cannot be easily queried) look up the information about a linux device and return that information as a Device struct.
// Given the path to a device and its cgroup_permissions(which cannot be easily queried) look up the information about a linux device and return that information as a Device struct.
func DeviceFromPath(path, permissions string) (*configs.Device, error) {
fileInfo, err := osLstat(path)
if err != nil {