From 30e2d4b9da5146cfc62a8618c57dd2096da65716 Mon Sep 17 00:00:00 2001 From: Yuanhong Peng Date: Thu, 1 Dec 2016 16:48:09 +0800 Subject: [PATCH] Fix typo. Signed-off-by: Yuanhong Peng --- libcontainer/devices/devices_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/devices/devices_unix.go b/libcontainer/devices/devices_unix.go index c02b73e3..c77077d4 100644 --- a/libcontainer/devices/devices_unix.go +++ b/libcontainer/devices/devices_unix.go @@ -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 {