Skip to content

Commit 4271a8b

Browse files
author
Mrunal Patel
authored
Merge pull request #1211 from YummyPeng/fix_typo
Fix typo.
2 parents 5d84290 + 30e2d4b commit 4271a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/devices/devices_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
ioutilReadDir = ioutil.ReadDir
2424
)
2525

26-
// 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.
26+
// 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.
2727
func DeviceFromPath(path, permissions string) (*configs.Device, error) {
2828
fileInfo, err := osLstat(path)
2929
if err != nil {

0 commit comments

Comments
 (0)