From: Stefan Junker Date: Thu, 31 Mar 2016 09:50:18 +0000 (+0200) Subject: pkg/utils: fix docstring X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=77759626a848d8a9fd3b4302fe97d043e31ef2e7;p=cni.git pkg/utils: fix docstring --- diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index 5877fb6..ea29c96 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -12,7 +12,7 @@ const ( ) // Generates a chain name to be used with iptables. -// Ensures that the generated chain name is less than +// Ensures that the generated chain name is exactly // maxChainLength chars in length func FormatChainName(name string, id string) string { chainBytes := sha512.Sum512([]byte(name + id))