From 2c9454e4fc6e2edc1a1c84e64ed3d6e662fb6991 Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Mon, 19 Dec 2016 15:29:00 +0800 Subject: [PATCH] Fix typo Signed-off-by: Zhang Wei --- netns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netns.go b/netns.go index 1ba6b26..dd2f215 100644 --- a/netns.go +++ b/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