From 607cdbafd65e848a013883e3cbbb2c941effbe9d Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 19 Jun 2015 13:53:18 -0700 Subject: [PATCH] Fix LinkSetDown comment Signed-off-by: Alexander Morozov --- link_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link_linux.go b/link_linux.go index 75c8085..2b800d1 100644 --- a/link_linux.go +++ b/link_linux.go @@ -48,7 +48,7 @@ func LinkSetUp(link Link) error { return err } -// LinkSetUp disables link device. +// LinkSetDown disables link device. // Equivalent to: `ip link set $link down` func LinkSetDown(link Link) error { base := link.Attrs()