Fix some typos

This commit is contained in:
zhengchuan hu
2017-07-27 21:31:31 +08:00
parent 3a0d8f8fea
commit 1e2ac80c75
5 changed files with 11 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ func (m *qosContainerManagerImpl) Start(getNodeAllocatable func() v1.ResourceLis
m.activePods = activePods
// update qos cgroup tiers on startup and in periodic intervals
// to ensure desired state is in synch with actual state.
// to ensure desired state is in sync with actual state.
go wait.Until(func() {
err := m.UpdateCgroups()
if err != nil {