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
This commit is contained in:
Kubernetes Submit Queue 2016-11-03 02:47:11 -07:00 committed by GitHub
commit 175954fb12

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)