From a23dd7a7898ba80a54bc8321dc9a2c53dd870af8 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 12 Jan 2018 15:36:26 -0500 Subject: Fix lint issues Signed-off-by: Matthew Heon Closes: #220 Approved by: rhatdan --- libpod/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod') diff --git a/libpod/container.go b/libpod/container.go index cd8cb4a6e..6b470eb4c 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -71,7 +71,7 @@ const ( InvalidNS LinuxNS = iota // IPCNS is the IPC namespace IPCNS LinuxNS = iota - // MntNS is the mount namespace + // MountNS is the mount namespace MountNS LinuxNS = iota // NetNS is the network namespace NetNS LinuxNS = iota -- cgit v1.2.3-54-g00ecf