Commit 175954fb authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35090 from YuPengZTE/devConntrack

Automatic merge from submit-queue In error, the first letter should be lowcase **What this PR does / why we need it**: Fix the typo of the first letter in error **Special notes for your reviewer**: Reference here: https://github.com/golang/go/wiki/CodeReviewComments#error-strings Signed-off-by: YuPengZTE yu.peng36@zte.com.cn
parents 606a2dd0 927d7a07
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment