From 662b3de10a965452c616fb9a3c8edd3119cb54ec Mon Sep 17 00:00:00 2001 From: allencloud Date: Sun, 8 May 2016 09:36:10 +0800 Subject: [PATCH] fix typos Signed-off-by: allencloud --- opts/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts/opts.go b/opts/opts.go index e1d3c2db15..9bd8040d25 100644 --- a/opts/opts.go +++ b/opts/opts.go @@ -251,7 +251,7 @@ func ValidateLabel(val string) (string, error) { return val, nil } -// ValidateSysctl validates an sysctl and returns it. +// ValidateSysctl validates a sysctl and returns it. func ValidateSysctl(val string) (string, error) { validSysctlMap := map[string]bool{ "kernel.msgmax": true,