mirror of https://github.com/vishvananda/netns
Fix typo
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
6dbaac84c5
commit
2c9454e4fc
2
netns.go
2
netns.go
|
@ -19,7 +19,7 @@ type NsHandle int
|
|||
|
||||
// Equal determines if two network handles refer to the same network
|
||||
// namespace. This is done by comparing the device and inode that the
|
||||
// file descripors point to.
|
||||
// file descriptors point to.
|
||||
func (ns NsHandle) Equal(other NsHandle) bool {
|
||||
if ns == other {
|
||||
return true
|
||||
|
|
Loading…
Reference in New Issue