In error, the first letter should be lowcase

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
This commit is contained in:
YuPengZTE 2016-10-19 14:25:47 +08:00
parent f59fd3df8d
commit 927d7a07d2

View File

@ -34,7 +34,7 @@ type Conntracker interface {
type realConntracker struct{}
var readOnlySysFSError = errors.New("ReadOnlySysFS")
var readOnlySysFSError = errors.New("readOnlySysFS")
func (realConntracker) SetMax(max int) error {
glog.Infof("Setting nf_conntrack_max to %d", max)